Reproducible Data Analysis in Jupyter, Part 1/10: Loading and Visualizing Data

  Рет қаралды 40,024

Jake Vanderplas

Jake Vanderplas

Күн бұрын

Пікірлер: 23
@prraoable
@prraoable 6 жыл бұрын
This kind of demonstration is just SO important - I hope this approach becomes mainstream in introducing Data Science concepts to the broader audience. The standard 'certification' programs focus too much on having people just write code without understanding the actual thought process behind how good code and analysis is conceptualized. THANK YOU JAKE.
@RupertBruce
@RupertBruce 2 жыл бұрын
Slick presentation by someone who clearly has a great experience with jupyter & python & data representation. Right on the 5min.Tidy.
7 жыл бұрын
Thanks Jake for doing these short tutorial videos. Very useful!
@broken_arrow1813
@broken_arrow1813 7 жыл бұрын
Thanks Jake. Your presentation of material is concise and easy to follow.
@Swashque
@Swashque 7 жыл бұрын
Thanks so much for doing this. Really helpful to see the change from exploration to something that gets packaged.
@yasinalkan
@yasinalkan 7 жыл бұрын
Thanks Jake for these great videos. Really appreciate it. By the way this is my first comment on KZbin since 5 years.
@matthewhollander1978
@matthewhollander1978 7 жыл бұрын
big fan of your work. pace is excellent. can't wait to get through this playlist.
@kapilchhabria1727
@kapilchhabria1727 3 жыл бұрын
This man is doing god's work.
@nicktids
@nicktids 7 жыл бұрын
Thank you this series helped me understand how an analysis project could work.
@lionhuang9209
@lionhuang9209 4 жыл бұрын
Always learn a lot from your tutorial videos.
@georgejwright
@georgejwright 6 жыл бұрын
Jake. Trying to follow. Data now seems to be at different location - hard to find: URL="data.seattle.gov/api/views/65db-xm6k/rows.csv?accessType=DOWNLOAD" However my urlretrieve(URL, "Freemont.csv") results in a "ConnectionResetError". URLError: Wonder if you know how to beat that. Regards George
@erdemalpkaya
@erdemalpkaya 7 жыл бұрын
Hey Jake, your videos are fantastic! Please share more. Thank you
@lowbias
@lowbias 7 жыл бұрын
These videos are fantastic. Thank you!
@pamthumbela562
@pamthumbela562 6 жыл бұрын
Brilliant tutorial. Many thanks.
@broken_arrow1813
@broken_arrow1813 7 жыл бұрын
One question. Have you done or would you do an analysis that incorporates dynamic data manipulation such as by use of ipywidgets. I'd really love to see something like that.
@nalidbass
@nalidbass 7 жыл бұрын
For anybody trying to go though this themselves, you need to convert the index to datetime format using something like data.index = pd.to_datetime(data.index) before they can resample.
@chrima758
@chrima758 4 жыл бұрын
It worked thx: I did the following: import pandas as pd data = pd.read_csv('fremont.csv', parse_dates=True, index_col='Date') data.head() %matplotlib inline data.index = pd.to_datetime(data.index) data.resample('W').sum().plot();
@DrMaribelSHandy
@DrMaribelSHandy Ай бұрын
GREAT video! 😀
@ictfoodies5362
@ictfoodies5362 6 жыл бұрын
How to connect Jupiter with sql server
@ictfoodies5362
@ictfoodies5362 6 жыл бұрын
Can you help me plZ
@ictfoodies5362
@ictfoodies5362 6 жыл бұрын
It’s a big problem
Data Science Best Practices with pandas (PyCon 2019)
1:44:17
Data School
Рет қаралды 170 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Learn Jupyter Notebooks (Pt. 1) Plotting
13:51
Mark Jay
Рет қаралды 87 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
Solving real world data science tasks with Python Pandas!
1:26:07
Keith Galli
Рет қаралды 1,5 МЛН