data-analysis
Here are 12,462 public repositories matching this topic...
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
- Create a mixed time-series chart
- Configure axi
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
import numpy as np
import pandas as pd
s = pd.Series([-
Updated
May 20, 2022 - Clojure
-
Updated
Feb 10, 2022 - JavaScript
Problem
See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces
Solution
Create a config option
showDeveloperMenu: true | false | auto
where
- true: always shows the developer menu locally and while deployed
- false: always sho
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
-
Updated
May 20, 2022 - C
- 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
-
Updated
May 19, 2022 - Python
-
Updated
May 20, 2022 - Python
Some OS's such as MacOS and Windows have additional steps needed for users to acknowledge installing applications downloaded from untrusted sources, or unsigned applications. See #4568 as some proof.
Proposed solution
Until OpenRefine has the capability to be considered an approved signed application for MacOS and Windows, we should:
- provide workaround steps in our docs for running Op
-
Updated
Apr 1, 2022 - Python
-
Updated
May 10, 2022 - Jupyter Notebook
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.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
-
Updated
May 20, 2022 - Python
Tasks:
- Port the content from GH readme to Docusaurus (main Docs website)
- Incorporate relevant CLI content into the Getting Started with Airbyte OSS guide
- Identify other places in Docs where we can incorporate CLI content
-
Updated
May 17, 2022 - Python
-
Updated
May 20, 2022 - Java
-
Updated
May 20, 2022 - Java
For the autoencoder in pyod, how do I adjust the learning rate?
-
Updated
May 20, 2022 - Go
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
May 11, 2022 - Python
-
Updated
Oct 7, 2021 - R
-
Updated
May 20, 2022 - Python
-
Updated
Feb 6, 2020
The use of an mr parameter in inplace_bitmask_and, which calls inplace_bitmask_binop, is a little misleading. The allocations there are always temporary and are not part of the return value. It is only used for a few temporary arrays/scalars: https://github.com/rapidsai/cudf/blob/1f8a03e69704562dfac38de40b7172650280c6ea/cpp/include/cudf/detail/null_mask.cuh#L169-L171
It should be possible
-
Updated
Jul 11, 2020 - Python
Improve this page
Add a description, image, and links to the data-analysis topic page so that developers can more easily learn about it.
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."
Background / Objective
Docstrings in Python are string literals that occur as the first statement in a module, function, class, or method definition.
These are some of the characteristics of a docstring: