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

alxd, to typescript
@alxd@writing.exchange avatar

Time for a #jobSearch post!

I'm looking for a #typeScript / #python / #RustLang 100% #remote #softwareDev position, both contract and permanent, GMT+2 timezone.

I previously worked as a Senior / Lead / Principal #fullStack developer with #cyberSecurity , #softwareArchitecture and #devOps experience.

I specialize in #react , #nodejs , #django , #fastAPI , #pandas , #postgresql , #docker , #kubernetes , #AWS and #digitalOcean .

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

#fediHire #fediHired #jobHunt #software

TerpieCat, to wildlife
@TerpieCat@ohai.social avatar
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.

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

TerpieCat, to wildlife
@TerpieCat@ohai.social avatar

Cheej is strolling into the weekend.

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.

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, 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 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

eric0x, to python

Python begineer question --

Is it true that to import a csv to pandas Series, this is deprecated:

pd.read_csv("location.csv", squeeze=True)

And should be use something like this:

pd.read_csv("location.csv", usecol=[0])

How can I know which pandas version an ipynb file is using?

How can I know which something is deprecated or changed?

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Python Pandas Tips 🚀 by Kimberly Fessel is a list of short pandas tutorials that focus on basic pandas 🐼 operations such as:
✅ Reading flat files (e.g., CSV, Excel, etc.)
✅ Columns and rows manipulation
✅ Handle missing and duplicate values
✅ Changing columns attributes

https://www.youtube.com/playlist?list=PLtPIclEQf-3c-pUgSttUGV-3Y2D9g_0sW

kellogh, to opensource
@kellogh@hachyderm.io avatar

is the ideal project, imo. it hits all the important things for me

  • replacing
  • performance engineering
  • integrates with a large open ecosystem instead of creating a walled garden
  • pleasant to use

https://github.com/pola-rs/polars/releases/tag/rs-0.36.2

TerpieCat, to random
@TerpieCat@ohai.social avatar
elduvelle, to python
@elduvelle@neuromatch.social avatar

Interesting new features of (R2024b):

“Local Functions: Define functions anywhere in scripts and live scripts”
”Python Interface: Convert between MATLAB tables and DataFrames”

Haven’t tried it, just saw the change log 👀

pandas_dev, to random

We are excited to announce a release candidate for 2.2.0 has just been released.

If all goes well, we'll release 2.2.0 in about 2 weeks.

Full list of changes and contributors: https://pandas.pydata.org/docs/dev/whatsnew/v2.2.0.html

Sevoris, to datascience

Question for and folks of Mastodon - how do you deal with time-series data in and what would you prefer to use instead?

I‘m starting to get fed up with how half-baked the implementation is and it‘s feeling like time drain

narkode, to python German

I have a problem. A list of lists like [[1,2,3], [4,5,6], [7,8,9]] should be turned into a flat list. And every last value (position -1) of a list should be summed with the first value of the next list (position 0). The result of the example would be [1,2,7,5,13,8,9]. Any suggestions how to solve this in an elegant and pythonic way? Solutions using or are welcome, too!

everythingopen, to opensource
@everythingopen@fosstodon.org avatar

Good morning everyone! The for closes this Sunday, November 19, AoE (anywhere on Earth).

We know that means you're probably just starting to write your proposal right now 😎 so we wanted to give you the motivation for that last push ✨ ✍️

If you love , 🐧, :raspberrypi:, , , 🦠, 📚, , , and stuff like or , then we'd love to see!

https://2024.everythingopen.au/programme/proposals/

thejapantimes, to worldnews
@thejapantimes@mastodon.social avatar
jd7h, to datascience

TIL pprint.pprint(data, sort_dicts=False) to keep the original order of dictionary keys. Very handy for pretty-printing dataframe.to_dict() for deeper inspection!

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