Skip to content
#

pandas

Here are 10,262 public repositories matching this topic...

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Feb 18, 2021
  • Python
jsignell
jsignell commented Nov 5, 2020

I just ran into an issue when trying to use to_csv with distributed workers that don't share a file system. I shouldn't have been surprised that writing to a local file system from a distributed worker doesn't work. It shouldn't work. But the error I got was just a File Not Found error. That brought me to:dask/dask#2656 (comment) - which was the answer.

williamBlazing
williamBlazing commented Apr 15, 2021

Is your feature request related to a problem? Please describe.
I would be useful to have the ability to make a reverse copy of a column and/or table.
I am thinking of std::reverse (https://en.cppreference.com/w/cpp/algorithm/reverse) . But not necessarily using iterators, since that might make things more complicated.

Describe the solution you'd like
The following APIs could be

espdev
espdev commented Feb 6, 2021

Hello,

I want to get intraday data without split/dividend adjustment. How can I get raw intraday data?

From API docs:

Optional: adjusted

By default, adjusted=true and the output time series is adjusted by historical split and dividend events. Set adjusted=false to query raw (as-traded) intraday values.

get_intraday and `g

人工智能学习路线图,整理近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

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 Mar 31, 2021
  • Python
dtale
set92
set92 commented Apr 14, 2021

I love the interactivity of plotly to plot data and visualize it, but the problem is when you try to do it with medium to big datasets. In my case I'm trying with a dataset of (235395, 21), I was surprise because in general is fast, but I wanted to mention a couple points.

  • When I check the correlation matrix it appears a little bit squeeze, maybe have a button to see it in a new tab? Or redim

Improve this page

Add a description, image, and links to the pandas 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 pandas topic, visit your repo's landing page and select "manage topics."

Learn more