Skip to content
#

data-analysis

Here are 12,105 public repositories matching this topic...

lesteve
lesteve commented Feb 23, 2022

See in #22547

MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value of auto_add_to_figure will change to False in mpl3.5 and True values will no longer work in 3.6.  This is consistent with other Axes classes

We need to rep

Documentation good first issue help wanted Meta-issue
superset
rumbin
rumbin commented Jan 31, 2022

The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.

How to reproduce the bug

  1. Create a mixed time-series chart
  2. Configure axi
good first issue #bug validation:validated preset:cares
Yikun
Yikun commented Apr 11, 2022

Pandas version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • I have confirmed this bug exists on the main branch of pandas.

Reproducible Example

After 1.4.x:

import pandas as pd
pser = pd.Series([0, 0, 1, 1, 1])
p
Algos good first issue Needs Tests metadata
Christilut
Christilut commented Nov 6, 2019

Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.

Describe the solution you'd like
After tab switching, scroll position should be remembere

Data-Science-For-Beginners
soubhikmandal2000
soubhikmandal2000 commented Oct 31, 2021
  • 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
good first issue help wanted translations
antoine2711
antoine2711 commented Apr 8, 2022

It would be good to be able to have the field name escaped with the SQL importer, and to be able to choose by which character.
This was discussed in Issue #1940

Proposed solution

Add a text field for an escape character in the SQL Exporter.

Alternatives considered

Data manipulation at the text level after exportation.

Additional context

![image](https://user-images.githubu

enhancement good first issue export SQL/database
ChadFulton
ChadFulton commented Sep 11, 2019

Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.

General

  • Documentation (none was added in original PR).
  • Release notes.
  • Example notebook.
  • Double-check how sm.tsa.arima.ARIMA works with fix_params (it should fail except when the fit method is statespace
sherifnada
sherifnada commented Apr 8, 2022

Tell us about the problem you're trying to solve

We have many templates which use the same files. For example, source-generic, source-python, source-python-http-api, and source-singer templates all generate acceptance-test-config.yaml and acceptance-test-docker.sh.

Currently, each template independently defines these files. Which means if you want to change a line in `acceptance-t

type/enhancement good first issue CDK needs-triage

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

Recently in Morpheus we encountered a bug where get_current_device_resource was undefined in a place we were not explicitly using it. Most public-facing libcudf APIs provide a memory_resource* as a default argument by calling get_current_device_resource, defined in rmm/mr/per_device_resource.hpp, however in some places this header is not included which requires the caller of libcudf APIs t

bug good first issue libcudf

Improve this page

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

Learn more