inspirezonetech / TeachMePythonLikeIm5

Teach the Python programming language using a collection of super beginner friendly tutorials and challenges.
https://inspirezone.tech/
MIT License
25 stars 43 forks source link

[tutorial] add dataframe to lists #138

Closed ifeomaaaa closed 1 year ago

ifeomaaaa commented 1 year ago

A tutorial on how to create a dataframe from lists ...

Do you want to be assigned to work on this? (mark [x])

Optional: Any additional info you want to add ...

funbeedev commented 1 year ago

@ifeomaaaa Go ahead and create a tutorial for this. Thanks!

ifeomaaaa commented 1 year ago

@funbeedev I keep getting a flake8 syntax error for pip install pandas. Without pip install I get another error saying no module names pandas. How do I fix this so my pull request can run without these failures?

ifeomaaaa commented 1 year ago

@funbeedev hello I haven't heard back about my pull request. I have commented out the code that wouldn't run