pandas
Here are 16,257 public repositories matching this topic...
Describe the bug
Streaming Datasets can't be pickled, so any interaction between them and multiprocessing results in a crash.
Steps to reproduce the bug
import transformers
from transformers import Trainer, AutoModelForCausalLM, TrainingArguments
import datasets
ds = datasets.load_dataset('oscar', "unshuffled_deduplicated_en", split='train', streaming=True).with_format("TuShare is a utility for crawling historical data of China stocks
-
Updated
Mar 28, 2022 - Python
- Base README.md
- Quizzes
- Introduction base README
- Defining Data Science README
- Defining Data Science assignment
- Ethics README
- Ethics assignment
- Defining Data README
- Defining Data assignment
- Stats and Probability README
- Stats and Probability assignment
- Working with Data base README
- Rel
We're trying to introduce Parquet into our team, and the largest blocker that we've seen is the dreaded "schemas are inconsistent" error message:
RuntimeError: Schemas are inconsistent, try using
to_parquet(..., schema="infer"), or pass an explicit pyarrow schema. Such asto_parquet(..., schema={"column1": pa.string()})
This error message is super unhelpful: surely Dask knows what th
Statistical data visualization in Python
-
Updated
May 16, 2022 - Python
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
-
Updated
Dec 23, 2020 - Python
Create HTML profiling reports from pandas DataFrame objects
-
Updated
May 15, 2022 - Python
Open Machine Learning Course
-
Updated
Apr 1, 2022 - Python
Practice your pandas skills!
-
Updated
May 10, 2022 - Jupyter Notebook
Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
May 16, 2022 - Python
Download market data from Yahoo! Finance's API
-
Updated
May 9, 2022 - Python
Repository to store sample python programs for python learning
-
Updated
Apr 16, 2022 - Jupyter Notebook
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
-
Updated
Feb 6, 2020
Describe the bug
series.unique() returns a cuDF.Series while it returns a numpy.ndarray for pandas.
Steps/Code to reproduce bug
In [1]: import cudf
In [2]: import pandas as pd
In [3]: type(pd.Series([1,1]).unique())
Out[3]: numpy.ndarray
In [4]: type(cudf.Series([1,1]).unique())
Out[4]: cudf.core.series.Series
Expected behavior
I would exp
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
-
Updated
May 8, 2018 - Jupyter Notebook
Automatically visualize your pandas dataframe via a single print!
-
Updated
May 2, 2022 - Python
Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.
elif "Note" in json_response and self.treat_info_as_error:
raise ValueError(json_response["Note"])
For this reason, alphavantage does not work in home assistant.
-
Updated
May 13, 2022 - Python
Visualizer for pandas data structures
-
Updated
May 8, 2022 - TypeScript
to_dict() equivalent
I would like to convert a DataFrame to a JSON object the same way that Pandas does with to_dict().
toJSON() treats rows as elements in an array, and ignores the index labels. But to_dict() uses the index as keys.
Here is an example of what I have in mind:
function to_dict(df) {
const rows = df.toJSON();
const entries = df.index.map((e, i) => ({ [e]: rows[i] }));
Instant Kubernetes-Native Application Observability
-
Updated
May 16, 2022 - C++
Missing data visualization module for Python.
-
Updated
Feb 27, 2022 - Python
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.
-
Updated
Apr 6, 2022 - Python
Wondering if this already exists? If not happy to create if valuable.
I'm looking for a mapping from the column names outputted, to the actual technical indicator it represents.
examples:
momentum_ao == "Momentum, Awesome Oscilator"
momentum_kama == "Momentum, Kaufman’s Adaptive Moving Average (KAMA)"
Can help quickly grasp what the features represent without having to refer back to do
A Python module for creating Excel XLSX files.
-
Updated
Apr 28, 2022 - Python
Pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).
-
Updated
May 16, 2022 - Python
Improve this page
Add a description, image, and links to the pandas topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pandas topic, visit your repo's landing page and select "manage topics."


Pandas version checks
mainhereLocation of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.rename.html#pandas.DataFrame.rename
Documentation problem
The docs for the
inplaceparameter state: "Whether to return a