2023 Mar 29 4:56 AM
This discussion thread is to submit your solution for Week 4, when participating in the March 2023 developer challenge for SAP Community. The challenge is about "Exploratory Data Analysis with SAP HANA and Python".
Please use this separate thread to ask your questions and discuss issues. Keep this thread for your submissions only.
2023 Mar 29 7:05 AM - edited 2023 Mar 29 11:34 AM
2023 Mar 29 11:21 AM - edited 2023 Mar 29 11:23 AM
You were fast, not long after this week's challenge was published!
But I see that in the end, you resolved the problem with
counter_clock=False
by simply deleting that part 🙂
It's one of the attributes from **kwargs of https://help.sap.com/doc/cd94b08fe2e041c2ba778374572ddba9/2022_4_QRC/en-US/hana_ml.visualizers.html#... that is taken from Matplotlib's https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.pie.html#matplotlib-pyplot-pie
You just need to correct `counter_clock` to the correct keyword.
2023 Mar 29 11:36 AM
Actually I didn't find any documentation for this argument in HANA-ML documentation, so I thought it is a invalid argument. I should have checked the matplotlib as well.
Updated the link 🙂
2023 Mar 29 1:54 PM
Execute the cell below as-is (with a question mark at the end) plt.show? see the help for the method.
2023 Mar 29 12:04 PM
2023 Mar 29 4:26 PM
Week 4 link.
https://github.com/UZOIQ4SW/HANA-EDA/blob/main/Week4.ipynb
Absolutely enjoyed all weeks with lot of learning and cool stuff in pandas and visualisation
2023 Mar 29 9:59 PM
Thank you @gphadnis2000 I am glad to hear you found some cool stuff and have enjoyed the experience.
In your submission, I am missing `Bikes_Rented` line on the plot of the result of the cell [42].
2023 Mar 30 6:31 AM
2023 Mar 30 6:32 AM
2023 Mar 30 3:28 PM
What I meant was that your result showed this:
while it should show that:
There is one issue I see when you corrected the code in that cell 🤓
2023 Mar 31 4:33 PM
Understood the issue it small code change.
Updated link is below.
2023 Mar 29 6:24 PM
Hello,
Here is my Week 4 submission.
Regards,
Sai Nithesh
2023 Mar 29 10:05 PM
Thank you for your submission @SaiNithesh_Gajula
There were two cells with the `?` at the end of Python statements, and I had asked to execute them as-is, ie. with those question marks at the end to see how that displays handy help.
2023 Mar 30 7:37 PM
Hi @Vitaliy-R ,
I have modified them accordingly and execute the notebook. Also pushed the same to the github.
Regards,
Sai Nithesh
2023 Mar 30 6:50 AM
2023 Mar 30 3:30 PM
Thanks @f1se4
Indeed data viz can be beautiful! But can be ugly as well 😉
2023 Mar 30 3:32 PM
No doubt!!!
Mmmm I have seen here some pie graphs.... hahahahah
Sergi
2023 Mar 30 4:57 PM - edited 2023 Apr 01 12:34 AM
Guilty as charged, I am not a strong opponent of pie charts @f1se4
That why I mentioned "data scientists love to hate pie charts" in the notebook 🤓
2023 Mar 30 7:11 PM
2023 Mar 31 6:52 AM
2023 Apr 01 12:49 AM
2023 Mar 31 7:00 AM
2023 Mar 31 2:35 PM
Thanks for sharing these 4 sessions of initial insights into the hana_ml library. I also enjoyed the best practices for chart design - that could be a nice course on its own right when the hana libraries are available. (For now I could not even get a scatter_plot running without error.
Also looking forward to get my hands on the learning model part of the library in the future.
Sessions were very well prepared. Kind Regards, Oskar
2023 Apr 01 12:27 AM
Thank you for trying other options too @obinym !
2023 Mar 31 4:12 PM
Challenge submission:
week 4
I learned a lot with each submission of this challenge. The last one was the best! Thank you @Vitaliy-R , it has been a great opportunity to enhance my skills and get more familiar with EDA with SAP HANA and it's capabilities. Looking forward for the next one!
Best regards,
Rafael
2023 Apr 01 12:31 AM
Thank you @rcaziraghi
It’s great for me to hear participants learned something new!
2023 Mar 31 9:15 PM
2023 Mar 31 10:39 PM
2023 Apr 01 12:10 AM
@MioYasutake Thank you, and it seems to be week 4, not 2, submission 🙂
2023 Apr 01 9:26 PM
My mistake! Indeed it is week 4 submission.
2023 Apr 02 7:25 AM - edited 2023 Apr 02 7:26 AM
Hi,
Please find my week 4 submission Week4.ipynb.
@Vitaliy-R Thanks a lot for sharing these sessions, notebooks were very well prepared, overall It was a great learning experience, looking forward for many more challenges.
Thanks & Regards,
Richa
2023 Apr 03 2:05 PM
Thank you for joining @richa_dwivedi and trying different things.
This month my teammate @Dan_Wroblewski started another developer challenge: https://blogs.sap.com/2023/03/30/you-think-you-know-sap-build-take-our-challenge/ and I hope you find time to join it too.
-Vitaliy
2023 Apr 02 8:41 PM
2023 Apr 03 11:11 AM
Cześć, Pawle! Last two lines in the notebook you submitted are not executed. I see you fixed the error in a code, but notebook is saved with the error message
2023 Apr 03 2:33 PM - edited 2023 Apr 03 2:34 PM
Hej Vitaliy,
indeed, idk what happened. It should be fixed now 🙂 And thank you for this challenge !
2023 Apr 03 9:16 AM
Hello,
My submission for week 4: EDA HANA Week 4 Akash-B-R .
I got a lot to look forward to.
Cheers,
Akash.
2023 Apr 04 1:21 PM
Hi,
Please find my Week4 submission.
Thank you.
2023 Apr 07 7:51 AM - edited 2023 Apr 07 7:52 AM
2023 Apr 07 10:35 AM
I see you added Seaborn too. What are your primary motivations for using seaborn instead of matplotlib, if I may ask out of curiosity?