Python-Fundamentals icon indicating copy to clipboard operation
Python-Fundamentals copied to clipboard

D-Lab's 3-part, 6 hour introduction to Python. Learn how to create variables, distinguish data types, use methods, and work with Pandas, using Python and Jupyter.

Results 14 Python-Fundamentals issues
Sort by recently updated
recently updated
newest added

* Solutions doesn't have the df.reset_index, but the lesson notebook does * The line "df.reset_index(drop=True)" should be corrected to "df.reset_index(drop=True, inplace=True)"

@tomvannuenen Hi Tom, we guide participants to install 3.9 but it is no longer supported can we update the installation and direct folks to install 3.12 or 3.13?

Lesson 6_Project.ipynb currently references the "Python-Intermediate" folder instead of the "Python-Fundamentals" folder

4_Functions_and_Conditionals.ipynb Under functions in data frame, Folder for images is "images" instead of "img"--it should be: