Move from Excel to Python with Pandas Transcripts
Chapter: Code data concepts
Lecture: Organizing within the notebook

Login or purchase this course to watch this video and the rest of the course contents.
0:00 once you get into your actual notebook, it's also important have structure and certain guidelines so that it is easy to understand the
0:08 analysis you did when you come back to it many months in the future. One of the most important things to make sure you have a good descriptive name at
0:16 the top of your notebook no more "untitled's". I also like to put some free text in there that talks about Why am I
0:22 doing this analysis? Where did the files come from? A basic change log. I also include all my imports at the top and then
0:32 make sure I defined my input and output files early using path lib. And then finally, I tend to always save my results at the end in my


Talk Python's Mastodon Michael Kennedy's Mastodon