Pandas_Basics_Video_02
20:30
2 ай бұрын
Word Cloud of Genres
0:52
2 ай бұрын
Пікірлер
@hptechtutorial6450
@hptechtutorial6450 2 күн бұрын
3
@hptechtutorial6450
@hptechtutorial6450 2 күн бұрын
512
@srk9184
@srk9184 6 күн бұрын
=
@srk9184
@srk9184 6 күн бұрын
Select
@chandiniprincy1214
@chandiniprincy1214 12 күн бұрын
Its good to learn vth definition.Thankyou
@chandiniprincy1214
@chandiniprincy1214 12 күн бұрын
Ans: c) my_list = [1,2,3]
@deepagb9702
@deepagb9702 13 күн бұрын
.xlsx. option C
@deepagb9702
@deepagb9702 13 күн бұрын
Average. Option B
@athhjjjjuilpprfg
@athhjjjjuilpprfg 14 күн бұрын
.xlsx
@krishnamrajsimham
@krishnamrajsimham 14 күн бұрын
C
@iamlearning8401
@iamlearning8401 Ай бұрын
Sir plz provide link of this notes
@AnalystChronicles
@AnalystChronicles Ай бұрын
Sure, I'll update the link
@sriharikaranam5411
@sriharikaranam5411 Ай бұрын
Intresting!!
@KhadijaisKayKay
@KhadijaisKayKay Ай бұрын
I love watching your videos they are very explanatory and interesting.
@KhadijaisKayKay
@KhadijaisKayKay Ай бұрын
Great job 👍
@jerryblades5022
@jerryblades5022 Ай бұрын
👾
@Mohamed-ms1ux
@Mohamed-ms1ux Ай бұрын
very great
@KhadijaisKayKay
@KhadijaisKayKay Ай бұрын
This is really helpful👍
@KhadijaisKayKay
@KhadijaisKayKay 2 ай бұрын
This is very helpful, good job 👏 👍
@AnalystChronicles
@AnalystChronicles 2 ай бұрын
Glad to hear that!
@sagarkumarbantu1726
@sagarkumarbantu1726 2 ай бұрын
All the best anna 🎉, keep going
@AnalystChronicles
@AnalystChronicles 2 ай бұрын
I have updated the Dataset link in description
@LIFEISUNPREDICTABLE4me
@LIFEISUNPREDICTABLE4me 2 ай бұрын
can you please share the link for dataset which you have used in this video?
@AnalystChronicles
@AnalystChronicles 2 ай бұрын
Sure, I will update the link
@AnalystChronicles
@AnalystChronicles 2 ай бұрын
Here is the video about Python basics to create graphs like this kzbin.info/www/bejne/mYrCd4pnh5KKrKssi=EIftlf_5BE8KGjlA
@sireeshamatta4477
@sireeshamatta4477 2 ай бұрын
Font is small make it in zoom
@AnalystChronicles
@AnalystChronicles 2 ай бұрын
Sure 👍
@AnalystChronicles
@AnalystChronicles 2 ай бұрын
###Here is the code --- import plotly.graph_objects as go fig = go.Figure() fig.add_trace(go.Scattergeo( lat=[0], # Latitude lon=[0], # Longitude mode='markers', marker=dict( size=1, # Marker size color='rgb(255, 255, 255)', # Marker color (white) opacity=0.5 # Marker opacity ) )) fig.update_geos( projection_type="orthographic", # Choose the projection type (orthographic for a globe) showocean=True, oceancolor="lightblue", # Show ocean with light blue color showland=True, landcolor="white", # Show land with white color showcountries=True, countrycolor="gray", # Show country borders with gray color showcoastlines=True, coastlinecolor="gray", # Show coastlines with gray color showframe=False, # Hide the frame ) fig.update_layout( title_text="Movable Globe", height=600, margin=dict(r=0, l=0, b=0, t=50), ) fig.show()###
@Siddinirmalkumar
@Siddinirmalkumar 2 ай бұрын
Subscriber 111
@shanksshaki
@shanksshaki 2 ай бұрын
sir , make new beginner video post ... data analysis
@AnalystChronicles
@AnalystChronicles 2 ай бұрын
Sure, I will start a seperate series about basics
@Shubhamsahu-xs6zw
@Shubhamsahu-xs6zw 3 ай бұрын
please upload ipynb file and dataset
@AnalystChronicles
@AnalystChronicles 3 ай бұрын
Sure, I will upload!!