Nitika Kandhari

Results 3 issues of Nitika Kandhari

There should be a link to download input data in episode 1 where we first talk about the data. Instructions Thanks for contributing! :heart: If this contribution is for instructor...

In the plotting chapter (https://github.com/MonashDataFluency/python-workshop-base/blob/master/workshops/docs/modules/plotting_with_ggplot.md), update the `ggsave` code for saving the plot. The existing code doesn't work. Existing code: prints an error `ggsave(filename="plot1.png", plot=plt1, device='png', dpi=300, height=25, width=25) `...

In the chapter, Data analysis in Python (https://github.com/MonashDataFluency/python-workshop-base/blob/master/workshops/docs/modules/working_with_data.md), the few bits have been updated and needs to be updated in the material too. Under the heading: Groups in Pandas, calculating...