chendaniely / pandas_for_everyone

Repository to accompany "Pandas for Everyone"
http://a.co/d/c270uul
MIT License
390 stars 402 forks source link

missing data files #2

Closed fqzhang42 closed 6 years ago

fqzhang42 commented 7 years ago

can't find folder tidy-data under data folder, which contains all data files for lesson 7. where can I find these data files ?

chendaniely commented 6 years ago

@FuQiangZhang-Alex Sorry for the really late reply. I thought this was my own issue, not an externally created one.

the tidy data files are no longer in a tidy-data folder in data, they should be the billboard.csv, pew.csv, tb.csv, weather.csv, and country_timeseries datasets in the data folder

revirth commented 6 years ago

can't find 'epi_sim.txt' in chapter 10 😒

jaykinghorn commented 6 years ago

I'm having the same issue as revirth. I can't find the epi_sim.txt dataset.

chendaniely commented 6 years ago

sorry @revirth @jaykinghorn i missed the original ping.

fixed in 5f41c5734826634b31b7e7c9d93cccba95b6ed68, but you might have to unzip the file first (You can also directly read_csv the zip file, actually.)

jaykinghorn commented 6 years ago

I'm also not finding the banklist.csv file from Chapter 11, Datetime Methods.

I'm really enjoying the book BTW. Great work!

jaykinghorn commented 6 years ago

TSLA.csv.zip

Sorry, here's another one. The Tesla stock data isn't in the data folder and the data_reader is broken.

ImmediateDeprecationError: 
Yahoo Actions has been immediately deprecated due to large breaks in the API without the
introduction of a stable replacement. Pull Requests to re-enable these data
connectors are welcome.

See https://github.com/pydata/pandas-datareader/issues

If you have an alternate means of providing the data, that would be appreciated. Thanks!

Edit: I downloaded the Tesla stock data from Yahoo! Finance back to Jan 1 2010. I've attached it here if it is useful for you. TSLA.csv.zip

chendaniely commented 6 years ago

thanks! I've added the bank and tesla data in 8b825f9d312cb426c56811a7ab3646f138d94cb2

I guess I need to find a different way to get stock data...