Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
Oct 2, 2020 - Python
{{ message }}
Modin: Speed up your Pandas workflows by changing a single line of code
Statistical Machine Intelligence & Learning Engine
Support Series.median()
A Tensorflow based function to calculate Corr for series and columns, similar to Pandas Corr function.
C# and F# language binding and extensions to Apache Spark
Update the TPCH example to support query 6:
select
sum(l_extendedprice * l_discount) as revenue
from
lineitem
where
l_shipdate >= date ':1'
and l_shipdate < date ':1' + interval '1' year
and l_discount between :2 - 0.01 and :2 + 0.01
and l_quantity < :3;C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types, continuous memory storage, and no pointers are involved
Read data from, write data to, and modify the formatting of Google Sheets
When I use the function of concatenating multiple columns, I find that it does not handle null values as expected.
df.concatenate_columns(["cat_1","cat_2","cat_3"],"cat",sep=",")| cat_1 | cat_2 |
|---|
Hi, would it be possible to make the user warnings display only when using pipes that actually depend on these imports? Or at least display them in a way that allows filtering out (with logging package perhaps)?
It's just a minor flaw on otherwise great package. Awesome work!
Need implementation of Variable Index Dynamic Average (VIDYA). I have tried to calculate based on this indicator on tradingview Variable Index Dynamic Average (VIDYA) but it results in wrong calculation
p = 10
alpha = 2 / (p + 1)
df['cmo'] = ta.cmo(df.close, length=p, talib=False).abs()DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration
A javascript library providing a new data structure for datascientists and developpers
Table analysis in Tkinter using pandas DataFrames.
Advanced Pandas Vault — Utilities, Functions and Snippets (by @firmai).
Easy to use library to bring Tensorflow on Apache Spark
Immutable data frame for Go
A Rust DataFrame implementation, built on Apache Arrow
A library that wraps pandas and openpyxl and allows easy styling of dataframes in excel
Add a description, image, and links to the dataframe topic page so that developers can more easily learn about it.
To associate your repository with the dataframe topic, visit your repo's landing page and select "manage topics."
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