Pandas 3.0
pandas.pydata.org
Pandas 3.0
1–10 of 125 posts
Re: Pandas 3.0
#2Re: Pandas 3.0
#3Re: Pandas 3.0
#4I've migrated off of pandas to polars for my workflows to reap the benefit of, in my experience a 10-20x speedup on average. I can't imagine anything bringing me back short of a performance miracle. LLMs have made syntax almost a non-barrier.
Re: Pandas 3.0
#5I've migrated off of pandas to polars for my workflows to reap the benefit of, in my experience a 10-20x speedup on average. I can't imagine anything bringing me back short of a performance miracle. LLMs have made syntax almost a non-barrier.
Re: Pandas 3.0
#6I've migrated off of pandas to polars for my workflows to reap the benefit of, in my experience a 10-20x speedup on average. I can't imagine anything bringing me back short of a performance miracle. LLMs have made syntax almost a non-barrier.
It's funny to look back at the tricks that were needed to get gpt3 and 3.5 to write SQL (e.g. "you are a data analyst looking at a SQL database with table [tables]"). It's almost effortless now.
Re: Pandas 3.0
#7How soon will the leading LLMs ingest the updated documentation? Because I'm certainly not going to.
Re: Pandas 3.0
#8I've migrated off of pandas to polars for my workflows to reap the benefit of, in my experience a 10-20x speedup on average. I can't imagine anything bringing me back short of a performance miracle. LLMs have made syntax almost a non-barrier.
Do you not experience LLM generated code constantly trying to use Pandas' methods/syntax for Polars objects?
Re: Pandas 3.0
#9Re: Pandas 3.0
#10I've migrated off of pandas to polars for my workflows to reap the benefit of, in my experience a 10-20x speedup on average. I can't imagine anything bringing me back short of a performance miracle. LLMs have made syntax almost a non-barrier.