graphs

Sven R. Kunze srkunze at mail.de
Fri Jan 8 11:36:10 EST 2016


Hi Saski,

Python's dataset processing machine is *pandas*.

Have a look at this cookbook entry here:

http://nbviewer.ipython.org/github/jvns/pandas-cookbook/blob/v0.1/cookbook/Chapter%204%20-%20Find%20out%20on%20which%20weekday%20people%20bike%20the%20most%20with%20groupby%20and%20aggregate.ipynb

Best,
Sven


On 07.01.2016 16:36, Saini, Sakshi wrote:
> I  have a complex dataset and I wish to write a code to create different graphs from it. I was wondering if it is possible for Python/ matplotlib/ seaborn to return a cumulative or mean distribution bar graph based on values in your dataset?
> E.g. I have a certain volume in m3 for each rainfall event in mm, and I wish to plot the total volume OR average volume for different rainfall depths; somewhat like the following:
> [cid:image002.jpg at 01D14937.476CB2F0]
>
> Any tips please?
>
>
>
> Sakshi Saini, BASc, EIT
> Water Resources Project Coordinator | Credit Valley Conservation
>
> The information contained in this Credit Valley Conservation electronic message is directed in confidence solely to the person(s) named above and may not be otherwise distributed, copied or disclosed including attachments.  The message may contain information that is privileged, confidential and exempt from disclosure under the Municipal Freedom of Information and Protection and Privacy Act and by the Personal Information Protection Electronic Documents Act. The use of such personal information except in compliance with the Acts, is strictly prohibited. If you have received this message in error, please notify the sender immediately advising of the error and delete the message without making a copy. Thank you.




More information about the Python-list mailing list