Python day 4
Today we worked on graphing. We made pie charts, bar graphs, and scatter graphs. We used Matplotlib and panda to help us find colorations with our Data set. We found a...
Read MoreToday we worked on graphing. We made pie charts, bar graphs, and scatter graphs. We used Matplotlib and panda to help us find colorations with our Data set. We found a...
Read MoreToday we learned more about DataFrames. We learned how to specify which index we wanted to get. We also learned how to extract data from Data Sets
Read MoreWe learned about panda and series. We learned about how you can have 2d lists. You can use series to make a data frame. A data frame is a bunch of series put together....
Read MoreToday we learned about recursion, which is when a function calls itself. We made spirals with recursion. Once the spiral has made its little section, it calls itself...
Read More