Standing room only @DevoxxGR at these 2 amazing people's joint talk on #EclipseCollect #dataframe

mgrygles's tweet image. Standing room only @DevoxxGR at these 2 amazing people's joint talk on #EclipseCollect #dataframe

No Mess in R Data Frames! How to clean the column names of a data frame in the R programming language. #rstats #dataframe #datacleaning #programming


Performance in @ApacheSpark queries isn't impacted by the choice between #DataFrame API and spark.sql, as the physical plan is identical. Thus, the choice between these two depends on familiarity with #SQL syntax, team preferences, and the complexity of transformations

KhuyenTran16's tweet image. Performance in @ApacheSpark queries isn't impacted by the choice between #DataFrame API and spark.sql, as the physical plan is identical.

Thus, the choice between these two depends on familiarity with #SQL syntax, team preferences, and the complexity of transformations

MERGE Two Data Sets in 55 SECONDS in R !!! How to join multiple data frames using the merge() function in the R programming language. #rstats #dataframe #programming #rstudio


Modern #data teams often juggle multiple #DataFrame libraries. #Narwhals lets your functions run natively across pandas, Polars, DuckDB, and PySpark—without rewriting code or adding heavy dependencies. 📕 View the full article: buff.ly/cVfD33X

KhuyenTran16's tweet image. Modern #data teams often juggle multiple #DataFrame libraries.

#Narwhals lets your functions run natively across pandas, Polars, DuckDB, and PySpark—without rewriting code or adding heavy dependencies.

📕 View the full article: buff.ly/cVfD33X

replace blanks in the column with the values in the same column in DF based on the corresponding values in another column in pandas stackoverflow.com/questions/7559… #python #dataframe #pandas

overflow_meme's tweet image. replace blanks in the column with the values in the same column in DF based on the corresponding values in another column in pandas stackoverflow.com/questions/7559… #python #dataframe #pandas

The maturity of a data processing library is determined by the variety of input and output sources it supports. Polars supports the following I/O operations: #polars #DataScience #dataframe

datawithmohit's tweet image. The maturity of a data processing library is determined by the variety of input and output sources it supports.

Polars supports the following I/O operations:

#polars #DataScience #dataframe

You can now synchronize your #DataFrame parameters with the parameters in your url. This makes it easy to share the exact state of your data app with your colleagues and the rest of the world. #python #dataviz #datascience #Analytics


Join me at @AndroidMakersFR this April I'll be presenting my new talk: Leveraging Deep Analysis with Kotlin 👩🏻‍💻📊✨📈 We'll discuss how you can use #DataFrame Whether you're an #AndroidDeveloper or simply want to expand your #Kotlin knowledge, this talk is for you!

DDinorahtovar's tweet image. Join me at @AndroidMakersFR this April

I'll be presenting my new talk:
Leveraging Deep Analysis with Kotlin 👩🏻‍💻📊✨📈

We'll discuss how you can use #DataFrame 
Whether you're an #AndroidDeveloper or simply want to expand your #Kotlin knowledge, this talk is for you!
DDinorahtovar's tweet image. Join me at @AndroidMakersFR this April

I'll be presenting my new talk:
Leveraging Deep Analysis with Kotlin 👩🏻‍💻📊✨📈

We'll discuss how you can use #DataFrame 
Whether you're an #AndroidDeveloper or simply want to expand your #Kotlin knowledge, this talk is for you!
DDinorahtovar's tweet image. Join me at @AndroidMakersFR this April

I'll be presenting my new talk:
Leveraging Deep Analysis with Kotlin 👩🏻‍💻📊✨📈

We'll discuss how you can use #DataFrame 
Whether you're an #AndroidDeveloper or simply want to expand your #Kotlin knowledge, this talk is for you!

A big shout out to @mihir23192 for an insightful session on Harnessing the power of GSC API. 📈 Mihir, our team left the session with a newfound appreciation for the power of data-driven decision-making. 🚀 #GSC #Dataframe #Botpresso #SEO

botpresso's tweet image. A big shout out to @mihir23192 for an insightful session on Harnessing the power of GSC API. 📈

Mihir, our team left the session with a newfound appreciation for the power of data-driven decision-making. 🚀

#GSC #Dataframe #Botpresso #SEO

Great TRICK for DATAFRAMES in Python!!! How to compare two pandas DataFrames and find differences between rows in the Python programming language. #python #dataframe #programming #programmer


You can create a Delta table by writing out a #DataFrame with the Delta format, you can create an empty Delta table with #sql, or you can convert an existing #Parquet table to the Delta format. It's very easy to jump in and start using #DeltaLake! 🦀 cc: Matthew Powers

DeltaLakeOSS's tweet image. You can create a Delta table by writing out a #DataFrame with the Delta format, you can create an empty Delta table with #sql, or you can convert an existing #Parquet table to the Delta format. It's very easy to jump in and start using #DeltaLake! 🦀 

cc: Matthew Powers

Methods to make you have a clear overview when dealing with #dataframe and #geodataframe in #pandas and #geopandas respectively. Hope you get along nice and smooth. #data #DataAnalytics #DataScience #GIS #GISKE2023 #gischat

_francisodero_'s tweet image. Methods to make you have a clear overview when dealing with #dataframe and #geodataframe in #pandas and #geopandas respectively.
Hope you get along nice and smooth.
#data #DataAnalytics #DataScience 
#GIS #GISKE2023 #gischat

We are proud that #DataFrame library #Polars successfully secured seed funding of US$4 million led by Bain Capital Ventures 👏🏼🚀Congratulation to Polar's co-founders and ex-Xomnians @RitchieVink & Chiel Peters on adding this achievement to Polar's record of success! @DataPolars

Xomnia_BV's tweet image. We are proud that #DataFrame library #Polars successfully secured seed funding of US$4 million led by Bain Capital Ventures 👏🏼🚀Congratulation to Polar's co-founders and ex-Xomnians @RitchieVink & Chiel Peters on adding this achievement to Polar's record of success!

@DataPolars

I need this brain juice to try to figure out wtf is happening in my #dataframe #python #pandas #data #DataScience Ps. #FreeDougMouser

CynOsint's tweet image. I need this brain juice to try to figure out wtf is happening in my #dataframe

#python #pandas #data #DataScience 

Ps.

#FreeDougMouser

とりあえず、ドキュメンテーションを整えてようとしてみた。 今時、Google Colabなど使えて、当然だと思うが。 colab.research.google.com/drive/1IR1ktsv… #python #dataframe #地球温暖化


【Pandas入門:SeriesとDataFrameの違い|🍙】 💡 お昼の学びタイム Seriesは1次元ラベル付き配列、DataFrameは2次元表形式。リストや辞書からの作成時は、indexやcolumnsの指定に注意しましょう! 記事はこちら👇 pythondatalab.com/pandas-datafra… #Pandas #Series #DataFrame


【Pandas入門:SeriesとDataFrameの違い|🌙】 🌠 今日の問いかけ 「あなたはSeriesとDataFrameをどのように使い分けていますか?」 ・実務での使い分け ・学習中の困りごと ・独自の工夫 ぜひコメントで教えてください👇 pythondatalab.com/pandas-datafra… #Pandas #Python #DataFrame


【Pandas入門:SeriesとDataFrameの違い|🍙】 💡 お昼の学びタイム Seriesは1次元ラベル付き配列、DataFrameは2次元表形式。リストや辞書からの作成時は、indexやcolumnsの指定に注意しましょう! 記事はこちら👇 pythondatalab.com/pandas-datafra… #Pandas #Series #DataFrame


#OpenSourceAnalytics tech goes head-to-head. With significant performance improvements across the board, top #DataFrame libraries were put to the test using the open-source Polars Decision Support (PDS-H) benchmark, derived from TPC-H. Read more: pola.rs/posts/benchmar…

opendatablend's tweet image. #OpenSourceAnalytics tech goes head-to-head. 

With significant performance improvements across the board, top #DataFrame libraries were put to the test using the open-source Polars Decision Support (PDS-H) benchmark, derived from TPC-H.

Read more: pola.rs/posts/benchmar…

📊 ¿Trabajás con DataFrames en #Python? Entonces sabés que no todo es ordenar filas: el orden de las columnas también importa. En este nuevo artículo vemos cómo reorganizar columnas de un #DataFrame de #Pandas de forma flexible y elegante. 👇👇👇 juncotic.com/ordenamiento-d…

juncotic.com

Ordenamiento de columnas con Pandas - Junco TIC

Hoy veremos las formas de ordenamiento de columnas de un DataFrame en Pandas para mejorar la legibilidad de tablas y facilitar operaciones.


Check out our documentation and try out Daft's window functions yourself! getdaft.io/projects/docs/… 📲 Join Daft Slack community! join.slack.com/t/dist-data/sh… ⭐️ Give Daft a star! github.com/Eventual-Inc/D… #Daft #DataFrame #DataEngineering #Python #Rust #Multimodal #AI #ML #OpenSource

daftengine's tweet image. Check out our documentation and try out Daft's window functions yourself! getdaft.io/projects/docs/…

📲 Join Daft Slack community! join.slack.com/t/dist-data/sh…
⭐️ Give Daft a star! github.com/Eventual-Inc/D…

#Daft #DataFrame #DataEngineering #Python #Rust #Multimodal #AI #ML #OpenSource

Modern #data teams often juggle multiple #DataFrame libraries. #Narwhals lets your functions run natively across pandas, Polars, DuckDB, and PySpark—without rewriting code or adding heavy dependencies. 📕 View the full article: buff.ly/cVfD33X

KhuyenTran16's tweet image. Modern #data teams often juggle multiple #DataFrame libraries.

#Narwhals lets your functions run natively across pandas, Polars, DuckDB, and PySpark—without rewriting code or adding heavy dependencies.

📕 View the full article: buff.ly/cVfD33X

How to get a sequence number or row number from a sub dataframe in Julia stackoverflow.com/questions/7523… #dataframe #julia

overflow_meme's tweet image. How to get a sequence number or row number from a sub dataframe in Julia stackoverflow.com/questions/7523… #dataframe #julia

Standing room only @DevoxxGR at these 2 amazing people's joint talk on #EclipseCollect #dataframe

mgrygles's tweet image. Standing room only @DevoxxGR at these 2 amazing people's joint talk on #EclipseCollect #dataframe

Methods to make you have a clear overview when dealing with #dataframe and #geodataframe in #pandas and #geopandas respectively. Hope you get along nice and smooth. #data #DataAnalytics #DataScience #GIS #GISKE2023 #gischat

_francisodero_'s tweet image. Methods to make you have a clear overview when dealing with #dataframe and #geodataframe in #pandas and #geopandas respectively.
Hope you get along nice and smooth.
#data #DataAnalytics #DataScience 
#GIS #GISKE2023 #gischat

How do I make a new dataframe with data from a previous dataframe stackoverflow.com/questions/7548… #python #dataframe #pandas #largedata

overflow_meme's tweet image. How do I make a new dataframe with data from a previous dataframe stackoverflow.com/questions/7548… #python #dataframe #pandas #largedata

How can I change rownames of dataframes in a list adding their own list names in R? stackoverflow.com/questions/7512… #dataframe #list #r

overflow_meme's tweet image. How can I change rownames of dataframes in a list adding their own list names in R? stackoverflow.com/questions/7512… #dataframe #list #r

replace blanks in the column with the values in the same column in DF based on the corresponding values in another column in pandas stackoverflow.com/questions/7559… #python #dataframe #pandas

overflow_meme's tweet image. replace blanks in the column with the values in the same column in DF based on the corresponding values in another column in pandas stackoverflow.com/questions/7559… #python #dataframe #pandas

Pandas: How can I select every nth column including groups of columns that are less than n? stackoverflow.com/questions/7549… #python #dataframe #pandas

overflow_meme's tweet image. Pandas: How can I select every nth column including groups of columns that are less than n? stackoverflow.com/questions/7549… #python #dataframe #pandas

Want to learn more programming concepts and tips? Follow @codecampusng now —————— How to Create a #Dataframe in #Python —————— #programming #javascript #js #framework #internet #communication #technology #tech #programmers #web #code #webdeveloper #programmer #webdesign #python

codecampusng's tweet image. Want to learn more programming concepts and tips? 
Follow @codecampusng now 
——————
How to Create a #Dataframe in #Python
——————
#programming #javascript #js #framework #internet #communication #technology #tech #programmers #web #code #webdeveloper #programmer #webdesign #python

The maturity of a data processing library is determined by the variety of input and output sources it supports. Polars supports the following I/O operations: #polars #DataScience #dataframe

datawithmohit's tweet image. The maturity of a data processing library is determined by the variety of input and output sources it supports.

Polars supports the following I/O operations:

#polars #DataScience #dataframe

Last week, we hit 2000 Github stars 🌟 This week, we achieved 2000 commits 🚀  Let’s keep it going 😎 #daft #dataframe #opensource

daftengine's tweet image. Last week, we hit 2000 Github stars 🌟 
This week, we achieved 2000 commits 🚀 
Let’s keep it going 😎 

#daft #dataframe #opensource

[2]vorbereitung: erstellen #DataFrame, die Entscheidungen {Padawanſ} und # Label enthält, das angibt, ob sie zur 복__Ð tendieren. [,]Merkmalsauswahl: die Merkmale (Entscheidungen), die die Unterscheidung __¹\%Q?¿ §Padawan‘s verse $DarkLords

mjgaertner's tweet image. [2]vorbereitung: erstellen  #DataFrame, die Entscheidungen {Padawanſ} und 
# Label enthält, das angibt, ob sie zur 복__Ð tendieren.
[,]Merkmalsauswahl: die Merkmale (Entscheidungen), die die Unterscheidung
 
__¹\%Q?¿
§Padawan‘s verse $DarkLords

Need some last minute Valentine's Day cards? Daft's got your back 😎💜 #Daft #DataFrame #ValentinesDay

daftengine's tweet image. Need some last minute Valentine's Day cards? Daft's got your back 😎💜

#Daft #DataFrame #ValentinesDay
daftengine's tweet image. Need some last minute Valentine's Day cards? Daft's got your back 😎💜

#Daft #DataFrame #ValentinesDay
daftengine's tweet image. Need some last minute Valentine's Day cards? Daft's got your back 😎💜

#Daft #DataFrame #ValentinesDay
daftengine's tweet image. Need some last minute Valentine's Day cards? Daft's got your back 😎💜

#Daft #DataFrame #ValentinesDay

First results of the tests to bring Rust extensions to @pandas_dev / @ApacheArrow are very promising. Computing the average distance of a Series to a scalar is an order of magnitude faster when implementing the operation as a whole instead of using generic #dataframe functions.

datapythonista's tweet image. First results of the tests to bring Rust extensions to @pandas_dev / @ApacheArrow are very promising.

Computing the average distance of a Series to a scalar is an order of magnitude faster when implementing the operation as a whole instead of using generic #dataframe functions.

Loading...

Something went wrong.


Something went wrong.


United States Trends