pandas-in-action icon indicating copy to clipboard operation
pandas-in-action copied to clipboard

Complete source code (datasets and Jupyter Notebooks) for Pandas In Action

Results 7 pandas-in-action issues
Sort by recently updated
recently updated
newest added

chapter_03_series_methods.ipynb the code in the ```In [4]``` ```python pd.read_csv("pokemon.csv", index_col = "Pokemon", squeeze = True) ``` will prompt like this: > FutureWarning: The squeeze argument has been deprecated and will...

I think this repo would benefit from having a `requirements.txt` file in order to be able to install all required packages in one go.

I think the statement on pg 91 is incorrect: 'find the five youngest players in nba without using the nsmallest method?' To find the five youngest players we would need...

Incorrect output of the dataframe.

Incorrect description of the operation for pct_change. Text states: 'adds the last index's value and the current index's value', Figure 2.3 on pg 40 shows the difference.

extra space makes `"Las Vegas" in ...` "wrongly" execute "False"