Masthash

#pandas

Carl Gold, PhD
3 days ago

#python #pandas #lessonlearned today: (1) Merge does not preserve the order unless you are merging by the index. (2) Make sure to use `ignore_index=True` when you concat or your index might acquire duplicates. Want to hear how much fun I had #debugging to come up with these gems of wisdom? 😂 #pythonprogramming

Marian Dörk
6 days ago

We have a new version of the data visualization tutorials written in #Python using #Pandas and #Altair:

https://infovis.fh-potsdam.de/tutorials/

The first tutorials lay the foundation, after which common data types are treated in 3 steps:

🛒 Prepare → 🥒 Process → 🥗 Present

If you have any ideas or suggestions for improvement, or if you're using these tutorials in your own teaching (or learning!), I'd love to hear about it. Many thanks already to @ikyriazi for lots of feedback on this revision!

#DataVis #OER

Ike
6 days ago

Spent entirely too long to make this chart.

1) I exported data from my #Gqueues task manager app to csv

2) spent many hours with #python #pandas to massage the data into something the bar chart function can use

3) spent more hours customizing the chart to make it somewhat legible

4) there is some data cleanup to do

I've hidden the category/colors legend in this chart to keep personal stuff safe, but each of the colors represents a different priority in my life.

#GTD #productivity

A colorful stacked bar with "week number of the year (2023)" on the x axis and "number of tasks completed" on the y axis. 

Each of the bar's colored segments represents a different priority area of my life.
codetholdory :mastodon:
1 week ago

Latest COVID-19 children (0-19 year) deaths for England - 219.
Last updated on 27/05/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics

Latest COVID-19 children (0-19 year) deaths for England - 219.
Last updated on 27/05/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics
codetholdory :mastodon:
1 week ago

Latest total deaths with COVID-19 on the death certificate UK - 224264 deaths.
Weekly deaths - 358.
Last updated on 2023-05-19
#COVID19 #python #pandas

Latest total deaths with COVID-19 on the death certificate UK - 224264 deaths.
Weekly deaths - 358.
Last updated on 2023-05-19
#COVID19 #python #pandas
codetholdory :mastodon:
1 week ago

Deaths within 28 days for COVID-19 in England
Weekly deaths = 320
7-day average = 45
Last updated on 2023-06-01
https://coronavirus.data.gov.uk/details/whats-new/record/4d64ce27-f18c-4908-b204-23c11da2da9c
#COVID19 #python #pandas

Deaths within 28 days for COVID-19 in England
Weekly deaths = 320
7-day average = 45
Last updated on 2023-06-01
codetholdory :mastodon:
1 week ago

Latest hospital admissions for COVID-19 in England
Admissions = 364
7-day average = 324
Last updated on 2023-05-22
#COVID19 #python #pandas

Latest hospital admissions for COVID-19 in England
Admissions = 364
7-day average = 324
Last updated on 2023-05-22
Michael Simons
1 week ago

I am so impressed how easy it is to get beautiful charts with #Python, #Pandas and #Matplotlib together with some well designed database queries. Marvelous.

Lectrio.asm
1 week ago

La implementación del AD8232 de Sparkfun es una solución comercial, pensaba que no daría ese ruido de 50Hz. He tenido que aplicar un pos-procesado con un filtro pasa bajas.

#electronica #ECG #pandas

A la izquierda un gráfico de electrocardiograma con ruido que se repite cada 50Hz. A la derecha su grafico limpio al aplicar filtrado digital.
codetholdory :mastodon:
2 weeks ago

Latest COVID-19 children (0-19 year) deaths for England - 218.
Last updated on 20/05/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics

Latest COVID-19 children (0-19 year) deaths for England - 218.
Last updated on 20/05/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics
codetholdory :mastodon:
2 weeks ago

Latest hospital admissions for COVID-19 in England
Admissions = 364
7-day average = 324
Last updated on 2023-05-22
#COVID19 #python #pandas

Latest hospital admissions for COVID-19 in England
Admissions = 364
7-day average = 324
Last updated on 2023-05-22
codetholdory :mastodon:
2 weeks ago

Latest total deaths with COVID-19 on the death certificate UK - 223906 deaths.
Weekly deaths - 353.
Last updated on 2023-05-12
#COVID19 #python #pandas

Latest total deaths with COVID-19 on the death certificate UK - 223906 deaths.
Weekly deaths - 353.
Last updated on 2023-05-12
#COVID19 #python #pandas
codetholdory :mastodon:
2 weeks ago

Deaths within 28 days for COVID-19 in England
Weekly deaths = 355
7-day average = 50
Last updated on 2023-05-25
https://coronavirus.data.gov.uk/details/whats-new/record/4d64ce27-f18c-4908-b204-23c11da2da9c
#COVID19 #python #pandas

Deaths within 28 days for COVID-19 in England
Weekly deaths = 355
7-day average = 50
Last updated on 2023-05-25
Rick Donato
2 weeks ago

📢 LANDING TODAY! Learn how to automate your #ACLs with #Aerleon & #Pandas 🐼! Register now over at: https://buff.ly/3NJC4AE #networkautomation #networksecurity #firewalls

Itamar Turner-Trauring
2 weeks ago

CSV, JSON, or Parquet — which data file format should you use with #Pandas in #Python?

https://pythonspeed.com/articles/best-file-format-for-pandas/

Rick Donato
2 weeks ago

⏰ Landing TOMORROW! Learn how to automate your #ACLs with #Aerleon & #Pandas 🐼! Register at: https://buff.ly/3NJC4AE #networkautomation #networksecurity #firewalls

The easiest way to use Google Sheets data in Pandas is to make the Google Sheet public, change the end of the URL to "/export?format=csv", then import the data with

df = pd.read_csv(url)

where url is of course the URL.

Here's an example:

https://colab.research.google.com/github/pbeens/Data-Analysis/blob/main/Misc/Birth-Months.ipynb

Please let me know if you found this tip useful!

#Pandas #Python #Jupyter #JupyterNotebooks #DataAnalysis

Daniel Huppmann
2 weeks ago

Just in time for the #Horizon2020 #ECEMF consortium meeting...

🎉 Release v1.9 of the #pyam_iamc package for #scenario analysis & #dataviz

Now supporting #pandas v2.0 and fully tested on #Python v3.11...
https://github.com/iamconsortium/pyam

Stefan Bohacek
2 weeks ago

Last week I updated my tool for exploring your fediverse connections and added an option to download your data.

Here's a few ideas on what you can do with it.

https://stefanbohacek.com/blog/exploring-your-fediverse-connections

#dataviz #fediverse #data #python #pandas #matplotlib #tutorial

Travis Southard
3 weeks ago

This is a neat #gis blog post about analyzing bicycles’ trajectories from a video source, mapping points from the video onto a map, and projecting those paths from the video onto the map all in #qgis with MovingPandas.

I could see this being used to analyze the paths cyclists actually take vs the infrastructure provided. Could be useful for examining bike lane design.

#geospatial #bikestodon #python #pandas #urbanplanning

https://anitagraser.com/2023/05/21/analyzing-video-based-bicycle-trajectories/

Preslav Rachev
3 weeks ago

Something you'll only know, if you've done machine learning / data science in anger:

df.dropna(inplace=True) is the best thing when preparing data for training.

df.dropna(inplace=True) is the absolute worst thing when doing inference. It may "eat" recent data rows, which will turn your predictions into absolute garbage. It's hard to spot this during model verfication, because recency is rarely a factor there.

#python #pandas #machinelearning #datascience #ml

codetholdory :mastodon:
3 weeks ago

Latest COVID-19 children (0-19 year) deaths for England - 218.
Last updated on 13/05/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics

Latest COVID-19 children (0-19 year) deaths for England - 218.
Last updated on 13/05/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics
codetholdory :mastodon:
3 weeks ago

Deaths within 28 days for COVID-19 in England
Weekly deaths = 361
7-day average = 51
Last updated on 2023-05-18
https://coronavirus.data.gov.uk/details/whats-new/record/4d64ce27-f18c-4908-b204-23c11da2da9c
#COVID19 #python #pandas

Deaths within 28 days for COVID-19 in England
Weekly deaths = 361
7-day average = 51
Last updated on 2023-05-18
codetholdory :mastodon:
3 weeks ago

Latest hospital admissions for COVID-19 in England
Admissions = 374
7-day average = 374
Last updated on 2023-05-15
#COVID19 #python #pandas

Latest hospital admissions for COVID-19 in England
Admissions = 374
7-day average = 374
Last updated on 2023-05-15
codetholdory :mastodon:
3 weeks ago

Latest total deaths with COVID-19 on the death certificate UK - 223553 deaths.
Weekly deaths - 367.
Last updated on 2023-05-05
#COVID19 #python #pandas

Latest total deaths with COVID-19 on the death certificate UK - 223553 deaths.
Weekly deaths - 367.
Last updated on 2023-05-05
#COVID19 #python #pandas
@pineywoozle
3 weeks ago
Juan Luis
3 weeks ago

The room is packed of people listening to @datapythonista talking about pandas 2.0 at #PyConLT

Follow @pandas_dev on Mastodon!

#pandas #python #pydata

Photo of Marc next to a screen, presenting
Code & Supply
3 weeks ago

@itamarst started off tonight's #PyData meetup on #pandas, #numpy, and #small #bigdata with a great question:

"Should this software be written at all?"

Lots to think about on top of how to make data processing in #Python go a lot faster.

A slide says 

"Prelude: the most important question

"Should this software be written at all? 

"If your code harms people or the environment, the more effective you aré at your job, the more damage you cause 

"Make sure you've thought it through before starting!"
Kari Crock Comics
3 weeks ago

Andy Panda - from an ad on the back cover to New Funnies 83 - Dell (Western Publishing) 1944

#AndyPanda #WalterLantz #Comics #WoodyWoodpecker #WesternPublishing #frogs #ilikefrogs #pandas #bears #walterlantznewfunnies

Rick Donato
3 weeks ago

🚀🔒Get ready for our upcoming webinar on the 25th of May! Join Packet Coders as we dive into automating #ACLs with #Aerleon & #Pandas 🐼! From Excel to ACL! Don't miss out - register now: https://buff.ly/3NJC4AE #networkautomation

codetholdory :mastodon:
1 month ago

Latest COVID-19 children (0-19 year) deaths for England - 217.
Last updated on 06/05/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics

Latest COVID-19 children (0-19 year) deaths for England - 217.
Last updated on 06/05/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics
codetholdory :mastodon:
1 month ago

Deaths within 28 days for COVID-19 in England
Weekly deaths = 407
7-day average = 58
Last updated on 2023-05-11
https://coronavirus.data.gov.uk/details/whats-new/record/4d64ce27-f18c-4908-b204-23c11da2da9c
#COVID19 #python #pandas

Deaths within 28 days for COVID-19 in England
Weekly deaths = 407
7-day average = 58
Last updated on 2023-05-11
codetholdory :mastodon:
1 month ago

Latest hospital admissions for COVID-19 in England
Admissions = 456
7-day average = 428
Last updated on 2023-05-08
#COVID19 #python #pandas

Latest hospital admissions for COVID-19 in England
Admissions = 456
7-day average = 428
Last updated on 2023-05-08
codetholdory :mastodon:
1 month ago

Latest total deaths with COVID-19 on the death certificate UK - 223185 deaths.
Weekly deaths - 531.
Last updated on 2023-04-28
#COVID19 #python #pandas

Latest total deaths with COVID-19 on the death certificate UK - 223185 deaths.
Weekly deaths - 531.
Last updated on 2023-04-28
#COVID19 #python #pandas
Gavin Chait 🧸
1 month ago

For the #DataScience, #FediScience and #DataCuration folks ... just released version 1.0 of **whyqd** (/wɪkɪd/) - https://whyqd.readthedocs.io/

It's curatorial toolkit intended to produce well-structured and predictable data for research analysis. Underneath is #Pandas and #Pydantic, and you get nice, readable schema #ETL #crosswalks which you can run in a CI task.

I'd appreciate your thoughts.

Code The City
1 month ago

Tonight! Last chance to book.

Aberdeen Python User Group "Animal face-off: Pandas vs. Polars – The battle of data analysis libraries in Python" - Arturo Regalado https://pythonaberdeen.github.io/ Arturo will present a relatively new data analysis library: Pola-rs.  

#Python #DataScience #Pandas #Polars #pizza #booknow

Juan Luis
1 month ago

pandera 0.15.0 is out!

pandera allows you to define schemas for your DataFrames, tighten them with rules, and validate your data to prevent errors.

The new version ships support for pandas 2.0, bare data dtypes for schemas, default values, and more.

Install it with `pip install "pandera==0.15.0"`

More information https://github.com/unionai-oss/pandera/releases/tag/v0.15.0

#python #pandas #pydata #pandera #datascience

Code The City
1 month ago

Tomorrow! #Aberdeen #Python User Group "Animal face-off: #Pandas vs. Polars – The battle of data analysis libraries in Python" - Arturo Regalado https://pythonaberdeen.github.io/ Arturo will present a relatively new data analysis library: Pola-rs.  #Python #DataScience #pizza #booknow

Code The City
1 month ago

On Wednesday #Aberdeen Python User Group 
"Animal face-off: Pandas vs. Polars – The battle of data analysis libraries in Python" - Arturo Regalado 

https://pythonaberdeen.github.io

In this talk, Arturo will present a relatively new data analysis library: Pola-rs. The new library claims to be a lightning-fast data frame library and a substitute to the industry standard Pandas. He will provide data analysis examples and challenges to discover the use cases of each library. 
#Python #DataScience #Pandas 

PyLadies Bot
1 month ago
Meeple Mountain
1 month ago

Pandas eat a lot, and they’re apparently not fond of washing the dishes. At least, that’s what publisher Ravensburger would have you believe in Paku Paku.
https://www.meeplemountain.com/reviews/paku-paku/

#BoardGames #KidsGames #Pandas #DirtyDishes #DiceGame

Meeple Mountain Paku Paku review header
Code The City
1 month ago

On Wednesday #Aberdeen Python User Group 

"Animal face-off: Pandas vs. Polars – The battle of data analysis libraries in Python" - Arturo Regalado
https://pythonaberdeen.github.io/
In this talk, Arturo will present a relatively new data analysis library: Pola-rs. The new library claims to be a lightning-fast data frame library and a substitute to the industry standard Pandas. He will provide data analysis examples and challenges to discover the use cases of each library. 

#Python #DataScience #Pandas 

codetholdory :mastodon:
1 month ago

Latest COVID-19 children (0-19 year) deaths for England - 217.
Last updated on 29/04/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics

Latest COVID-19 children (0-19 year) deaths for England - 217.
Last updated on 29/04/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics
codetholdory :mastodon:
1 month ago

Latest hospital admissions for COVID-19 in England
Admissions = 517
7-day average = 474
Last updated on 2023-05-01
#COVID19 #python #pandas

Latest hospital admissions for COVID-19 in England
Admissions = 517
7-day average = 474
Last updated on 2023-05-01
codetholdory :mastodon:
1 month ago

Deaths within 28 days for COVID-19 in England
Weekly deaths = 588
7-day average = 84
Last updated on 2023-05-04
https://coronavirus.data.gov.uk/details/whats-new/record/4d64ce27-f18c-4908-b204-23c11da2da9c
#COVID19 #python #pandas

Deaths within 28 days for COVID-19 in England
Weekly deaths = 588
7-day average = 84
Last updated on 2023-05-04
codetholdory :mastodon:
1 month ago

Latest total deaths with COVID-19 on the death certificate UK - 222654 deaths.
Weekly deaths - 615.
Last updated on 2023-04-21
#COVID19 #python #pandas

Latest total deaths with COVID-19 on the death certificate UK - 222654 deaths.
Weekly deaths - 615.
Last updated on 2023-04-21
#COVID19 #python #pandas
Code The City
1 month ago

Next Wednesday #Aberdeen Python User Group 

"Animal face-off: Pandas vs. Polars – The battle of data analysis libraries in Python" - Arturo Regalado
https://pythonaberdeen.github.io/

In this talk, Arturo will present a relatively new data analysis library: Pola-rs. The new library claims to be a lightning-fast data frame library and a substitute to the industry standard Pandas. He will provide data analysis examples and challenges to discover the use cases of each library. #Python #DataScience #Pandas 

Code The City
1 month ago

#Aberdeen Python User Group 10th May 2023

"Animal face-off: Pandas vs. Polars – The battle of data analysis libraries in Python" - Arturo Regalado https://pythonaberdeen.github.io/

In this talk, Arturo will present a relatively new data analysis library: Pola-rs. The new library claims to be a lightning-fast data frame library and a substitute to the industry standard Pandas. He will provide data analysis examples and challenges to discover the use cases of each library. #Python #DataScience #Pandas

codetholdory :mastodon:
1 month ago

Latest COVID-19 children (0-19 year) deaths for England - 217.
Last updated on 22/04/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics

Latest COVID-19 children (0-19 year) deaths for England - 217.
Last updated on 22/04/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics
codetholdory :mastodon:
1 month ago

Latest total deaths with COVID-19 on the death certificate UK - 222039 deaths.
Weekly deaths - 547.
Last updated on 2023-04-14
#COVID19 #python #pandas

Latest total deaths with COVID-19 on the death certificate UK - 222039 deaths.
Weekly deaths - 547.
Last updated on 2023-04-14
#COVID19 #python #pandas
codetholdory :mastodon:
1 month ago

Deaths within 28 days for COVID-19 in England
Weekly deaths = 614
7-day average = 87
Last updated on 2023-04-27
https://coronavirus.data.gov.uk/details/whats-new/record/4d64ce27-f18c-4908-b204-23c11da2da9c
#COVID19 #python #pandas

Deaths within 28 days for COVID-19 in England
Weekly deaths = 614
7-day average = 87
Last updated on 2023-04-27
codetholdory :mastodon:
1 month ago

Latest hospital admissions for COVID-19 in England
Admissions = 525
7-day average = 507
Last updated on 2023-04-24
#COVID19 #python #pandas

Latest hospital admissions for COVID-19 in England
Admissions = 525
7-day average = 507
Last updated on 2023-04-24
Lewis Westbury 💛💙🌱
2 months ago

🎉🆕 blog post! A Netflixstory

How to make sense of your Netflix viewing data.

➡️ https://instantiator.dev/post/netflix-history/

#netflix #tv #watch #data #visualisation #csv #jupyter #python #pandas

codetholdory :mastodon:
2 months ago

Latest COVID-19 children (0-19 year) deaths for England - 217.
Last updated on 15/04/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics

Latest COVID-19 children (0-19 year) deaths for England - 217.
Last updated on 15/04/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics
codetholdory :mastodon:
2 months ago

Latest hospital admissions for COVID-19 in England
Admissions = 659
7-day average = 601
Last updated on 2023-04-17
#COVID19 #python #pandas

Latest hospital admissions for COVID-19 in England
Admissions = 659
7-day average = 601
Last updated on 2023-04-17
codetholdory :mastodon:
2 months ago

Latest total deaths with COVID-19 on the death certificate UK - 221489 deaths.
Weekly deaths - 592.
Last updated on 2023-04-07
#COVID19 #python #pandas

Latest total deaths with COVID-19 on the death certificate UK - 221489 deaths.
Weekly deaths - 592.
Last updated on 2023-04-07
#COVID19 #python #pandas
codetholdory :mastodon:
2 months ago

Deaths within 28 days for COVID-19 in England
Weekly deaths = 758
7-day average = 108
Last updated on 2023-04-20
https://coronavirus.data.gov.uk/details/whats-new/record/4d64ce27-f18c-4908-b204-23c11da2da9c
#COVID19 #python #pandas

Deaths within 28 days for COVID-19 in England
Weekly deaths = 758
7-day average = 108
Last updated on 2023-04-20
Zac
2 months ago

How can you see something like this and not just fall in love with pandas?

#Python #Pandas #Football #JupyterNotebook

A screenshot from a Jupyter Notebook showing EPL League data being displayed in table format.
codetholdory :mastodon:
2 months ago

Latest COVID-19 children (0-19 year) deaths for England - 216.
Last updated on 08/04/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics

Latest COVID-19 children (0-19 year) deaths for England - 216.
Last updated on 08/04/2023
#COVID19 #python #pandas
newDeaths28DaysByDeathDateAgeDemographics
https://coronavirus.data.gov.uk/details/developers-guide/main-api#structure-metrics
codetholdory :mastodon:
2 months ago

Deaths within 28 days for COVID-19 in England
Weekly deaths = 775
7-day average = 110
Last updated on 2023-04-13
https://coronavirus.data.gov.uk/details/whats-new/record/4d64ce27-f18c-4908-b204-23c11da2da9c
#COVID19 #python #pandas

Deaths within 28 days for COVID-19 in England
Weekly deaths = 775
7-day average = 110
Last updated on 2023-04-13
codetholdory :mastodon:
2 months ago

Latest hospital admissions for COVID-19 in England
Admissions = 719
7-day average = 650
Last updated on 2023-04-10
#COVID19 #python #pandas

Latest hospital admissions for COVID-19 in England
Admissions = 719
7-day average = 650
Last updated on 2023-04-10
codetholdory :mastodon:
2 months ago

Latest total deaths with COVID-19 on the death certificate UK - 220165 deaths.
Weekly deaths - 699.
Last updated on 2023-03-24
#COVID19 #python #pandas

Latest total deaths with COVID-19 on the death certificate UK - 220165 deaths.
Weekly deaths - 699.
Last updated on 2023-03-24
#COVID19 #python #pandas
Zane Selvans
2 months ago

Sketch is an appropriately named library for plugging your #pandas dataframes directly into #ChatGPT so that you can ask the #LLM to summarize and transform the data for you. I haven't had great luck with it yet, but it *is* very easy to set up and play with in a Jupyter notebook! #datadon #pydata

https://github.com/approximatelabs/sketch

Juan Luis
2 months ago

Noticias sobre Python y Datos de la semana, episodio 72 🐍⚙️🐼

En resumen: ¡pandas 2.0! Versiones nuevas de Polars y Great Expectations, anotando cantos de pájaros, y despidiéndome para unas breves vacaciones

https://astrojuanlu.substack.com/p/episodio-72-pandas-20

Apoya el noticiero suscribiéndote por correo 📬

¡Y sigue a @pandas_dev!

#pandas #polars #python #pydata #pycamp #noticieropythonydatos

Noticias sobre Python y Datos de la semana, episodio 72 

En resumen: ¡pandas 2.0! Versiones nuevas de Polars y Great Expectations, anotando cantos de pájaros, y despidiéndome para unas breves vacaciones
Markus Reiter-Haas
2 months ago

While everyone is excited about the release #GPT-4 and similar, I am excited about #PyTorch 2 and #Pandas 2. We have come a long way in the relatively short time since I started venturing into this area. Long gone are the days of difficult-to-comprehend #deeplearning frameworks and unstable data processing due to breaking changes in pandas 0.xx :-)

Juan Luis
2 months ago

pandas 2.0 is out! 🎉

https://pypi.org/project/pandas/2.0.0/

Use `pip install "pandas==2.0.0"` and get it while it's hot!

#python #pandas #pydata

Marc Garcia ☑️
2 months ago

Today is #pandas 2.0 release date, and I'm live tweeting the progress with the release: https://twitter.com/datapythonista/status/1642779019476123649

Daily Term of Venery
3 months ago