ljrk, to rust
@ljrk@todon.eu avatar

Playing around with as an alternative to (I hate Python :'D) -- it's a bit bumpy and you have to enable features such as "UInt8" but otherwise it's quite neat to crunch some big JSON files

cs, to random
@cs@mastodon.sdf.org avatar

Read this as “Pandas running the zoo.”🤣

Two New Giant Pandas Coming to Smithsonian’s National Zoo and Conservation Biology Institute From China by End of the Year | Smithsonian's National Zoo and Conservation Biology Institute

https://nationalzoo.si.edu/news/two-new-giant-pandas-coming-smithsonians-national-zoo-and-conservation-biology-institute-china

bbelderbos, to python
@bbelderbos@fosstodon.org avatar

🐼📊 Skip unnecessary rows & columns when loading Excel data with

🔍 In the example below we skip 7 rows and load only cols C & D.

KathyReid, to philosophy
@KathyReid@aus.social avatar

Folks, I'm starting my post-#PhD job search low-key on the side while I write up my #thesis.

I have an odd collection of skills - #Linux, #Python, #Jupyter, #pandas, #DevRel, and I've done a lot of work in team leadership and management, and have led a multi-million $ not for profit in the past. Keynote speaker.

My speciality is #voice and #speech AI, more on the #ASR side with models like #Whisper.

I'm looking for something that harnesses all of these skills - and it will be a senior role with senior pay, given my experience, qualifications and proven capability. I have time and will be discerning about my next step.

Job titles that might fit here would be Senior Research Engineer, Engineering Lead, Lead AI Engineer or similar.

Looking for fully remote work, with one day a fortnight max in #Melbourne, AU. If you don't believe in #RemoteWork or #WFH, we're not a good fit.

Super keen on something full time rather than splitting my attention over multiple part-time roles.

Looking to start around August, so a fair amount of lead time.

Keen on organisations that have strong values alignment - #FAIR and #CARE data use, #EthicalAI, AI for social good.

No crypto, no web3, no deepfake stuff.

Check out my LinkedIn for more info on my background:
https://www.linkedin.com/in/kathyreid/

#FediHired #FediJobs #GetFediHired

jhilden, to random
@jhilden@vis.social avatar

May have mentioned this, but goodness, read_html is such a saver. Any properly formatted table from a webpage directly into usable tabular data, without copypasting into Excel or Numbers (as yours truly used to).

E.g. to get the formatted timezonedb table:

pd.read_html('[https://en.wikipedia.org/wiki/List_of_tz_database_time_zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)')[0]

alxd, to typescript
@alxd@writing.exchange avatar

Time for a post!

I'm looking for a / / 100% position, both contract and permanent, GMT+2 timezone.

I previously worked as a Senior / Lead / Principal developer with , and experience.

I specialize in , , , , , , , , and .

https://www.linkedin.com/in/paul-ngei/

sergi, to random
@sergi@floss.social avatar

Client libraries are better when they have no API: https://csvbase.com/blog/7

pandas_dev, to random

We're happy to announce the release of 2.2.2. You can install it with pip install pandas or mamba install -c conda-forge pandas. Thanks to all contributors and sponsors who made this release possible! The release notes can be found at: https://pandas.pydata.org/docs/whatsnew/v2.2.2.html

TerpieCat, to wildlife
@TerpieCat@ohai.social avatar
danyeaw, to python
@danyeaw@fosstodon.org avatar

Michigan Python is tomorrow at 7pm EDT! Yoeri Samwel will be giving a talk about Spatial Data Visualization with GeoPandas. I hope you join us! https://www.meetup.com/michigan-python/events/299683479/

thejapantimes, to Japan
@thejapantimes@mastodon.social avatar

Japan’s oldest giant panda, Tan Tan, has died at the age of 28 years — which translates to roughly 100 human years. https://www.japantimes.co.jp/news/2024/04/01/japan/society/tan-tan-japan-oldest-panda-dies/

Posit, (edited ) to random
@Posit@fosstodon.org avatar

Wes McKinney — Principal Architect at Posit PBC — digs into building great open-source data science tools on the Real Python Podcast.

Wes has dedicated over a decade to easing bottlenecks of data processing systems. In this talk, he and Christopher Bailey at Real Python discuss composable data systems and community collaboration.

https://realpython.com/podcasts/rpp/193/

TerpieCat, to wildlife
@TerpieCat@ohai.social avatar

Chris-Anne: What do you mean they might be bringing more of those fat, black and white bears to our zoo? We're the big attraction around here now.

TerpieCat, to wildlife
@TerpieCat@ohai.social avatar

Cheej is strolling into the weekend.

pandas_dev, to random

We're happy to announce the release of 2.2.1. You can install it with pip install pandas or mamba install -c conda-forge pandas. Thanks to all contributors and sponsors who made this release possible! The release notes can be found at: https://pandas.pydata.org/docs/whatsnew/v2.2.1.html

dplattsf, to random

So is the F^&*(ing error message

eumiro, to random

Looks like I am going to give a talk on solving two hard problems in computer science using at 🇸🇰 and @pycon 🇮🇹 this year. Yay!

ramikrispin, to python
@ramikrispin@mstdn.social avatar

This weekend, on Sunday afternoon none important facts 👇🏼

The Pandas Python library name is not related to the cute bear 🐼. Rather, it is derived from the term 𝐩𝐚𝐧el 𝐝𝐚ta.

Source: Wikipedia
Image: Midjourney

astronomerritt, to python
@astronomerritt@hachyderm.io avatar

folk: is there any reason to use over ?

Also, does anyone with any experience using both (especially for large data frames) want to weigh in on how much better Polars is re: speed and memory?

Please do not reply with something that does not answer either of these questions. Even if you think it's really helpful. Bear in mind you have no idea what I am doing or why and I have asked these specific questions for a reason.

KathyReid, to python
@KathyReid@aus.social avatar

As part of my work, I recently had to perform computation on two very large files using @pandas_dev and I turned to - a set of libraries on top of , aimed at scaling workloads from the laptop to the cluster.

Here's what I learned!

https://blog.kathyreid.id.au/2024/01/27/scaling-python-dask/

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/2) Tables in Python 🐍👇🏼
Great Tables is a fairly new Python library for creating a styled table. This package is the mirror of the gt R package, and it comes with similar functionality. The package supports both Pandas 🐼 and Polar 🐻‍❄️ DataFrames and enables the creation of highly customized tables. 🧵👇🏼

image/png
image/png

ramikrispin,
@ramikrispin@mstdn.social avatar

(2/2) Installation 🛠️
𝘱𝘪𝘱 𝘪𝘯𝘴𝘵𝘢𝘭𝘭 𝘨𝘳𝘦𝘢𝘵_𝘵𝘢𝘣𝘭𝘦𝘴

License 🪪: MIT 🦄

Resources 📚
Source code 🔗: https://github.com/posit-dev/great-tables
Documentation 📖: https://posit-dev.github.io/great-tables/articles/intro.html
V0.2.0 release notes 📝: https://posit-dev.github.io/great-tables/blog/introduction-0.2.0/

Thanks to Richard Iannone and the other contributors!

KathyReid, to random
@KathyReid@aus.social avatar

Feature request: could and library work together so I can see estimated runtime in my browser tab title? So I can easily see how much time I have for other tasks?

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Effective Pandas 2 is out now! 🚀🚀🚀

The second edition of the Effective Pandas 🐼🐍 by Matt Harrison is out. The new edition incorporates the major changes in Pandas 2.x covers topics such as:
✅ New chapters on testing and refactoring Pandas
✅ PyArrow types
✅ Using Cython and Numba

Book website: https://store.metasnake.com/effective-pandas-book

Congratulations to Matt on his new book! 🎉

pandas_dev, to random

We're happy to announce the release of #pandas 2.2.0.

You can install it with pip install pandas or mamba install -c conda-forge pandas. Thanks to all contributors and sponsors who made this release possible!

The release notes can be found at: https://pandas.pydata.org/docs/whatsnew/v2.2.0.html

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • GTA5RPClips
  • tacticalgear
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • ethstaker
  • anitta
  • provamag3
  • Leos
  • cisconetworking
  • lostlight
  • All magazines