Table of Contents
-
-
Chapter 1. ๐ LibrariesIntroduction to Python libraries. Do they really contain books?
-
Chapter 2. ๐ DataFramesUh, using a dataframe as tabular metadata? Then why not use Excel?
-
Chapter 3. โ๏ธ Hands on - Libraries & DataFramesIt's time to put everything you've learned into practice. Try to correctly complete this code!
-
Chapter 4. ๐ช Solution - Libraries & DataFramesDid you successfully complete the code?
-
Chapter 5. ๐ DataFrames columnsWhat columns are in a DataFrame, aka the metadata? Let's learn how to view them, print them, and create a list containing their names
-
Chapter 6. โ๏ธ Hands on - DataFrames columnsIt's time to put everything you've learned into practice. Try to correctly complete this code!
-
Chapter 7. ๐ช Solution - DataFrames columnsDid you successfully complete the code?
-
Chapter 8. ๐ DataFrames columns extractionCan we focus on a single column within an entire dataframe? If so, can we easily and quickly obtain the values that a single column contains?
-
Chapter 9. โ๏ธ Hands on - DataFrames columns extractionIt's time to put everything you've learned into practice. Try to correctly complete this code!
-
Chapter 10. ๐ช Solution - DataFrames columns extractionDid you successfully complete the code?
-
Chapter 11. ๐ DataFrames columns presentHow do we manage columns that are always there? And how do we check if the dataframe value matches the one in the paper?
-
Chapter 12. โ๏ธ Hands on - DataFrames columns presentIt's time to put everything you've learned into practice. Try to correctly complete this code!
-
Chapter 13. ๐ช Solution - DataFrames columns presentDid you successfully complete the code?
-
Chapter 14. ๐ DataFrames columns missingHow to check if a column is present in the dataframe? Using a for loop and an if statement.
-
Chapter 15. โ๏ธ Hands on - DataFrames columns missingIt's time to put everything you've learned into practice. Try to correctly complete this code!
-
Chapter 16. ๐ช Solution - DataFrames columns missingDid you successfully complete the code?
-
Chapter 17. โ๏ธ Hands on - DataFrames columns missing difficultIt's time to put everything you've learned into practice. Try to correctly complete this code!
-
Chapter 18. ๐ช Solution - DataFrames columns missing difficultDid you successfully complete the code?
-
Chapter 19. ๐ DataFrames columns missing 2How to check if a column is present in the dataframe? And how do we check if the dataframe value matches the one in the paper?
-
Chapter 20. โ๏ธ Hands on - DataFrames columns missing 2It's time to put everything you've learned into practice. Try to correctly complete this code!
-
Chapter 21. ๐ช Solution - DataFrames columns missing 2Did you successfully complete the code?
-
Chapter 22. ๐ Saving DataFrameWhen I'm done curating the metadata, how do I save them?
-
Chapter 23. โ๏ธ Hands on - Saving DataFrameIt's time to put everything you've learned into practice. Try to correctly complete this code!
-
Chapter 24. ๐ช Solution - Saving DataFrameDid you successfully complete the code?
-