pandas outside of data science (exhibit)
I just got Reuven M. Lerner's Bamboo Weekly (I'm a subscriber) which asks what I use Python for and talks (succinctly) about pandas. This specimen is interesting I think... https://nbviewer.org/github/4dsolutions/School_of_Tomorrow/blob/master/Synch... ... because I'm using pandas for tabular data in the context of a math-geometry page, nothing much to do with data science per se. Moral: We don't have to typecast pandas as purely for data scientists, because every discipline, just about, has tabular data. I also showcase using sympy in tandem with pandas. Kirby
Hi, Kirby! (And others...) First: I'm glad that you're enjoying Bamboo Weekly! (I'm having a blast publishing it each week.) Second: It's true that I talk about Pandas being for data. But I totally agree that lots of different people and disciplines can work with tabular data. And wow, the notebook you shared with us here is pretty darned amazing. In the early 1990s, one of the biggest deals with using a high-level language like Python was that strings worked, and worked so naturally. Add dicts to the mix, and you're even better off. Nowadays, most languages have these sorts of facilities. Data frames (for tabular data) are where it's at, and while many languages have them, Pandas has proven to be adaptable and useful for a huge number of people, including students! Reuven kirby urner wrote on 20/06/2023 22:02:
I just got Reuven M. Lerner's Bamboo Weekly (I'm a subscriber) which asks what I use Python for and talks (succinctly) about pandas.
This specimen is interesting I think...
https://nbviewer.org/github/4dsolutions/School_of_Tomorrow/blob/master/Synch... <https://nbviewer.org/github/4dsolutions/School_of_Tomorrow/blob/master/Synch...>
... because I'm using pandas for tabular data in the context of a math-geometry page, nothing much to do with data science per se.
Moral: We don't have to typecast pandas as purely for data scientists, because every discipline, just about, has tabular data.
I also showcase using sympy in tandem with pandas.
Kirby
_______________________________________________ Edu-sig mailing list -- edu-sig@python.org To unsubscribe send an email to edu-sig-leave@python.org https://mail.python.org/mailman3/lists/edu-sig.python.org/ Member address: reuven@lerner.co.il
-- Reuven M. Lerner, PhD -- Training in Python and data science Mobile, WhatsApp: +972-54-496-8405 https://lerner.co.il * Twitter: @reuvenmlerner Weekly Python articles: https://BetterDevelopersWeekly.com/ Weekly Pandas puzzles: https://www.BambooWeekly.com/
I also like to showcase pandas and sql in the context of pure textual data. I use a spreadsheet that’s an archival finding aid and there’s no actual numerical data in it, but the aggregation and other exploratory queries are nice. That said, I’ve done the same lesson in dplyr, and as much as I hate R, I keep wanting to go back to it every time I have to use pandas. Elizabeth From: kirby urner <kirby.urner@gmail.com> Date: Tuesday, June 20, 2023 at 2:03 PM To: edu-sig@python.org <edu-sig@python.org> Subject: [Edu-sig] pandas outside of data science (exhibit) I just got Reuven M. Lerner's Bamboo Weekly (I'm a subscriber) which asks what I use Python for and talks (succinctly) about pandas. This specimen is interesting I think... https://nbviewer.org/github/4dsolutions/School_of_Tomorrow/blob/master/Synchronizing_on_S.ipynb<https://urldefense.com/v3/__https:/nbviewer.org/github/4dsolutions/School_of_Tomorrow/blob/master/Synchronizing_on_S.ipynb__;!!DZ3fjg!-IuiqqSuNgRQJKOA1174EX9NGRvZBkZ_ITrF91A8m9G82d3yooix4MEWwHZIGPvqVWME_zyakTI-0z6zBgoeFCU$> ... because I'm using pandas for tabular data in the context of a math-geometry page, nothing much to do with data science per se. Moral: We don't have to typecast pandas as purely for data scientists, because every discipline, just about, has tabular data. I also showcase using sympy in tandem with pandas. Kirby
participants (3)
-
kirby urner -
Reuven M. Lerner -
Wickes, Elizabeth