Tvuíteanna
- Tvuíteanna, an leathanach reatha.
- Tvuíteanna & freagraí
- Meáin
Chuir tú cosc ar @pandas_dev
An bhfuil tú cinnte gur mhaith leat breathnú ar na Tweetanna seo? Ní bhainfear an cosc de @pandas_dev trí bhreathnú ar Tweetanna.
-
Rinne pandas Atweetáil
In my latest article, learn about techniques for Efficiently Cleaning Text with Pandas.
I explore several approaches for cleaning large text data sets and hope you find a couple useful tips for your own analysis.
#python#pandashttps://pbpython.com/text-cleaning.html …Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Rinne pandas Atweetáil
In case you missed our event: Contributing to pandas
Speaker :Marco Gorelli
Check out the link below
https://bit.ly/3ikouSi
And, subscribe to our YouTube channel for more videos:
https://bit.ly/38POS3h
#DataScience#opensource#Pandaspic.twitter.com/W31JSxtbV2
Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
TL;DR -> pip/conda install openpyxl https://openpyxl.readthedocs.io/en/stable/ Many thanks to the openpyxl team for this great library!
Taispeáin an snáithe seoGo raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Openpyxl is not yet supported for a long time in pandas for reading excel files, so if you encounter any issues when switching from xlrd to openpyxl, please report them! ->https://github.com/pandas-dev/pandas/issues/ …
Taispeáin an snáithe seoGo raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Starting with pandas 1.2, we use "openpyxl" by default if available, and otherwise raise a warning. "xlrd" is still supported for reading old .xls files (thanks to
@chriswithers13 for maintaining it!).Taispeáin an snáithe seoGo raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Important note for pandas users reading excel files!
Please ensure you have the "openpyxl" package installed. Previously, pandas used the "xlrd" package by default. But "xlrd" is only meant to read old xls files, not for .xlsx files.
See warning at https://pandas.pydata.org/pandas-docs/version/1.2/whatsnew/v1.2.0.html …https://twitter.com/chriswithers13/status/1337342648848424962 …Taispeáin an snáithe seoGo raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Rinne pandas Atweetáil
Last call for our paid open-source apprenticeship program! Applications due Monday.https://twitter.com/enpiar/status/1346578508730912768 …
Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Rinne pandas Atweetáil
Do you export a pandas DataFrame to Excel so you can view your data? Check out my latest article for an overview of Pandas DataFrame Visualization Tools. Each solution makes this process easier.https://pbpython.com/dataframe-gui-overview.html …
Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Check out this webinar from
@openteamsinc with one of our maintainers@jorisvdbossche on a few things going on in pandas land. Thanks@openteamsinc for organizing!https://twitter.com/openteamsinc/status/1347577574730436608 …Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
It's already 2 weeks out, but the end of last year saw a new pandas release! Pandas 1.2.0 is out: https://mail.python.org/pipermail/pandas-dev/2021-January/001312.html … Check the release notes: https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.2.0.html … Thanks to our community and the 250+ code contributors who made this release possible!
Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Rinne pandas Atweetáil
The Xarray 2021 User Survey is out! Please take ~5 minutes to help my developers make me even better!https://forms.gle/TbixvHqY7VB3JERE6 …
Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Release candidate for pandas 1.2.0 is now available for testing! Please try it out and report any issues. See the announcement for how to install it: https://mail.python.org/pipermail/pandas-dev/2020-December/001311.html … What's new: https://pandas.pydata.org/pandas-docs/version/1.2.0/whatsnew/v1.2.0.html …
Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Rinne pandas Atweetáil
Our next event:
Contributing to Pandas
Marco Edward Gorelli
Tues Dec, 15th
9am PST / 12pm EST/ 8pm EAT / 10:30pm IST
Time-zone friendly
Thank you to our sponsor: #neo4j Registration info: https://bit.ly/3kSX3yH#Python#opensource#pandaspic.twitter.com/WXa7mBSHOj
Taispeáin an snáithe seoGo raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Rinne pandas Atweetáil
I'm excited to announce that we've formed Ursa Computing https://ursacomputing.com , to continue the Ursa Labs mission for Apache Arrow-powered data science tools and to build new products to make enterprise data work faster and more efficient. Read more:https://ursalabs.org/blog/ursa-computing/ …
Taispeáin an snáithe seoGo raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Rinne pandas Atweetáil
Want to write custom and fast string functions like Levenshtein distance for
@pandas_dev ? In my latest blogpost I show how you can to do that for fletcher and the upcoming@ApacheArrow -backed str-type in pandas:https://uwekorn.com/2020/12/08/levenshtein-distance-with-fletcher.html …Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
We're pleased to share that pandas received funding from
@cziscience! This will fund more maintenance and more work on pandas' nullable dtypes. Read more at http://dev.pandas.io/pandas-blog/pandas-receives-czi-funding.html …Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Python 3.9 wheels are now available on PyPI for pandas 1.1.3. Thanks to Matthew Brett and the other multibuild maintainers for help with the builds!
Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Rinne pandas Atweetáil
#pandas is a game-changer when it comes to analyzing#data with#Python. Tune into our#webinar this Friday with@jorisvdbossche @datapythonista who will dive deep into the pandas project. Register here: https://app.livestorm.co/openteams/open-source-directions-ep-52-pandas …#opensource#opensourcesoftware#oss#softwareGo raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Rinne pandas Atweetáil
Do you use
@pandas_dev with string columns? Do you have code posted publicly that is not as fast as you would like? Please share! We will make strings faster in@pandas_dev soon but it would be nice to have real world benchmarks alongside that work.Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh -
Rinne pandas Atweetáil
Help us shape the future of
@geopandas development. We're launching our first GeoPandas User Survey! https://forms.gle/ZYAbPeXURGvudY3V8 … It takes 5-10 minutes. After we close it in about a month, we will share the results with you. Thank you!Go raibh maith agat. Bainfidh Twitter úsáid as seo chun d'amlíne a fheabhsú. CealaighCealaigh
Tá moill ar an lódáil, is cosúil.
Tá Twitter ag cur thar maoil le gníomhaíocht nó tá fadhb eile ann. Bain triail eile as nó tabhair cuairt ar Stádas Twitter chun tuilleadh eolais a fháil.