├── Chapter02 └── 02_Up and Running with pandas.ipynb ├── Chapter03 └── 03_Variable Representation using a Series.ipynb ├── Chapter04 └── 04_Table_And_MultiVariate_Data_with_The_DataFrame.ipynb ├── Chapter05 └── 05_Manipulating DataFrame Structure and Contents.ipynb ├── Chapter06 └── 06_Working with Indexes.ipynb ├── Chapter07 └── 07_Categorical Data.ipynb ├── Chapter08 └── 08_Numeric and Statistical Methods.ipynb ├── Chapter09 └── 09_Accessing_Data.ipynb ├── Chapter10 └── 10_Tidying_Your_Data.ipynb ├── Chapter11 └── 11_Reorganizing_and_Reshaping_Data.ipynb ├── Chapter12 └── 12_Grouping_and_Aggregating.ipynb ├── Chapter13 └── 13_Time_Series_Data.ipynb ├── Chapter14 └── 14_Visualization.ipynb ├── Chapter15 └── 15_Finance.ipynb ├── LICENSE ├── README.md └── data ├── aapl.csv ├── accel.csv ├── all_stocks.xls ├── goog.csv ├── meteorite-landings.csv ├── msft.csv ├── msft2.csv ├── msft2.xlsx ├── msft_modified.csv ├── msft_piped.txt ├── msft_with_footer.csv ├── omh.csv ├── sensors.csv ├── sp500.csv ├── stocks.html ├── stocks.json ├── stocks.sqlite ├── stocks.xlsx ├── stocks2.xls ├── stocks_msft.xls ├── store.h5 └── test1.csv /Chapter02/02_Up and Running with pandas.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter02/02_Up and Running with pandas.ipynb -------------------------------------------------------------------------------- /Chapter03/03_Variable Representation using a Series.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter03/03_Variable Representation using a Series.ipynb -------------------------------------------------------------------------------- /Chapter04/04_Table_And_MultiVariate_Data_with_The_DataFrame.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter04/04_Table_And_MultiVariate_Data_with_The_DataFrame.ipynb -------------------------------------------------------------------------------- /Chapter05/05_Manipulating DataFrame Structure and Contents.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter05/05_Manipulating DataFrame Structure and Contents.ipynb -------------------------------------------------------------------------------- /Chapter06/06_Working with Indexes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter06/06_Working with Indexes.ipynb -------------------------------------------------------------------------------- /Chapter07/07_Categorical Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter07/07_Categorical Data.ipynb -------------------------------------------------------------------------------- /Chapter08/08_Numeric and Statistical Methods.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter08/08_Numeric and Statistical Methods.ipynb -------------------------------------------------------------------------------- /Chapter09/09_Accessing_Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter09/09_Accessing_Data.ipynb -------------------------------------------------------------------------------- /Chapter10/10_Tidying_Your_Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter10/10_Tidying_Your_Data.ipynb -------------------------------------------------------------------------------- /Chapter11/11_Reorganizing_and_Reshaping_Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter11/11_Reorganizing_and_Reshaping_Data.ipynb -------------------------------------------------------------------------------- /Chapter12/12_Grouping_and_Aggregating.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter12/12_Grouping_and_Aggregating.ipynb -------------------------------------------------------------------------------- /Chapter13/13_Time_Series_Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter13/13_Time_Series_Data.ipynb -------------------------------------------------------------------------------- /Chapter14/14_Visualization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter14/14_Visualization.ipynb -------------------------------------------------------------------------------- /Chapter15/15_Finance.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/Chapter15/15_Finance.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/README.md -------------------------------------------------------------------------------- /data/aapl.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/aapl.csv -------------------------------------------------------------------------------- /data/accel.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/accel.csv -------------------------------------------------------------------------------- /data/all_stocks.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/all_stocks.xls -------------------------------------------------------------------------------- /data/goog.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/goog.csv -------------------------------------------------------------------------------- /data/meteorite-landings.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/meteorite-landings.csv -------------------------------------------------------------------------------- /data/msft.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/msft.csv -------------------------------------------------------------------------------- /data/msft2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/msft2.csv -------------------------------------------------------------------------------- /data/msft2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/msft2.xlsx -------------------------------------------------------------------------------- /data/msft_modified.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/msft_modified.csv -------------------------------------------------------------------------------- /data/msft_piped.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/msft_piped.txt -------------------------------------------------------------------------------- /data/msft_with_footer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/msft_with_footer.csv -------------------------------------------------------------------------------- /data/omh.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/omh.csv -------------------------------------------------------------------------------- /data/sensors.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/sensors.csv -------------------------------------------------------------------------------- /data/sp500.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/sp500.csv -------------------------------------------------------------------------------- /data/stocks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/stocks.html -------------------------------------------------------------------------------- /data/stocks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/stocks.json -------------------------------------------------------------------------------- /data/stocks.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/stocks.sqlite -------------------------------------------------------------------------------- /data/stocks.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/stocks.xlsx -------------------------------------------------------------------------------- /data/stocks2.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/stocks2.xls -------------------------------------------------------------------------------- /data/stocks_msft.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/stocks_msft.xls -------------------------------------------------------------------------------- /data/store.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/store.h5 -------------------------------------------------------------------------------- /data/test1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-Pandas-Second-Edition/HEAD/data/test1.csv --------------------------------------------------------------------------------