dataframe
Here are 541 public repositories matching this topic...
-
Updated
Nov 27, 2021 - Python
-
Updated
Nov 10, 2021 - Java
Are you using Python or Rust?
Python 3.8
What version of polars are you using?
0.10.23
What operating system are you using polars on?
Linux, Ubuntu 20.04
Describe your bug.
Unpickling a list-type series results in an error, works fine for non-list series.
What are the steps to reproduce the behavior?
import pickle
import polars as pl-
Updated
Nov 3, 2021 - Java
Describe the bug
Failed to execute Series.drop_duplicates.
In [75]: a = md.DataFrame(np.random.rand(10, 2), columns=['a', 'b'], chunk_size=2)
In [76]: a['a'].drop_duplicates().execute() -
Updated
Apr 20, 2021 - Rust
Can random walk index indicator be added to the panda-ta library ? thanks
References:
Technical Indicators
trading sim
linnsoft
fmlabs
It would be really useful if there was a method that could insert a column into an existing Dataframe between two existing columns. I know about .addColumn, but that seems to place the new column at the end of the Dataframe.
For example:
df.print()
A | B
======
7 | 5
3 | 6
df.insert({ "afterColumn": "A", "newColumnName": "C", "data": [4,1], inplace: true })
df.print()
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We have had performance regressions in the TPCH plans due to plan changes (e.g. apache/arrow-datafusion#1367)
In order to avoid this situation in the future, we would like to have the explain plans committed as tests (so we can evaluate any changes to those plans
alexhallam / tv
Example:
In the image below the word starships should begin on a new line to avoid being split.
Terminal width is provided to determine how many columns to print. The terminal width or the total width of the column headers may be used to wrap the text in the footer.
-
Updated
Nov 23, 2021 - C++
-
Updated
Jan 29, 2021 - C#
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 ?
-
Updated
Oct 25, 2021 - Go
More informative exception text for failing pre/post conditions using pdp.cond.Condition objects
If I'm using a pdp.cond.Condition object, for example pdp.cond.HasAllColumns(['a', 'b']), as a precondition (or a post-condition) in my pipeline stage and it fails, I expect an informative exception message, such as "Not all required columns ['a', 'b'] found in input dataframe" (or better yet, "Required columns ['a'] not found in input dataframe", in the case only "a" is missing).
Thi
-
Updated
Jan 6, 2019 - Python
-
Updated
Jun 4, 2021 - Python
-
Updated
Aug 15, 2021 - Python
-
Updated
Nov 21, 2021 - Clojure
-
Updated
Aug 1, 2021 - JavaScript
Improve this page
Add a description, image, and links to the dataframe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dataframe topic, visit your repo's landing page and select "manage topics."

Description
Trying to convert an "object" column to string fails.
Example code:
Exception: