The Wayback Machine - https://web.archive.org/web/20211116190412/https://github.com/topics/dataframe
Skip to content
#

dataframe

Here are 538 public repositories matching this topic...

eladmw
eladmw commented Aug 13, 2020

Hello,
Considering your amazing efficiency on pandas, numpy, and more, it would seem to make sense for your module to work with even bigger data, such as Audio (for example .mp3 and .wav). This is something that would help a lot considering the nature audio (ie. where one of the lowest and most common sampling rates is still 44,100 samples/sec). For a use case, I would consider vaex.open('Hu

allspatial
allspatial commented Oct 8, 2021

Are you using Python or Rust?

Python

Which feature gates did you use?

This can be ignored by Python users.

What version of polars are you using?

0.9.12

What operating system are you using polars on?

macOS

Describe your bug.

When reading a CSV file with variable number of columns, polars assumes all rows have the number of columns inferred from th

rajeshdhar
rajeshdhar commented Nov 10, 2021

Which version are you running? The lastest version is on Github. Pip is for major releases.

0.3.14b0

Describe the bug
KeyError: 1

To Reproduce
Provide sample code.
df.ta.stc(append=True)

Expected behavior
Should work without crashing

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
You are

xudong963
xudong963 commented Nov 15, 2021

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There are some discussions in #1228

Describe the solution you'd like
like #1290

Describe alternatives you've considered
The task is mechanical, however, it is ideal for newcomers to familiarize themselves with datafusion's build, test, and PR processes.

**Additional context

tv
anks7190
anks7190 commented Jan 27, 2021

Hi ,

I am using some basic functions from pyjanitor such as - clean_names() , collapse_levels() in one of my code which I want to productionise.
And there are limitations on the size of the production code base.
Currently ,if I just look at the requirements.txt for just "pyjanitor" , its huge .
I don't think I require all the dependencies in my code.
How can I remove the unnecessary ones ?

pdpipe

Improve this page

Add a description, image, and links to the dataframe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dataframe topic, visit your repo's landing page and select "manage topics."

Learn more