Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small typos #152

Open
Selithrarion opened this issue Aug 9, 2023 · 1 comment
Open

small typos #152

Selithrarion opened this issue Aug 9, 2023 · 1 comment

Comments

@Selithrarion
Copy link

Selithrarion commented Aug 9, 2023

  1. desaster -> disaster? https://github.com/guipsamora/pandas_exercises/tree/master/07_Visualization/Titanic_Desaster

  2. % matplolib inline -> %matplotlib inline https://github.com/guipsamora/pandas_exercises/blob/master/07_Visualization/Tips/Exercises_with_code_and_solutions.ipynb

  3. step 2 address is not raw.githubusercontent.com as it was before but just github.com so it gives an error when using pd.read_csv https://github.com/guipsamora/pandas_exercises/blob/master/06_Stats/Wind_Stats/Exercises_with_solutions.ipynb

  4. step 3 missing variable name https://github.com/guipsamora/pandas_exercises/blob/master/09_Time_Series/Investor_Flow_of_Funds_US/Exercises_with_code_and_solutions.ipynb

@RyanLatimer
Copy link

I created a pull request correcting the first issue. Issues 2 and 3 have already been corrected by another developer. Issue 4 occurs when when the cell that includes the code:

import pandas as pd

is not run before step 3. When you run all cells, it runs perfectly fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants