data-manipulation
Here are 286 public repositories matching this topic...
We need a filter function that can accept multiple logical operators and also be able to filter by a boolean mask, just like pandas as shown here. There are numerous use cases of this, and we certainly have to implement it.
See discussion opensource9ja/danfojs#170 and opensource9ja/danfojs#179
Acceptance
- We can filter a
-
Updated
May 11, 2021 - TypeScript
-
Updated
Jun 9, 2021
-
Updated
Jan 11, 2019 - JavaScript
-
Updated
Jun 6, 2021 - HTML
-
Updated
Dec 11, 2020 - Python
-
Updated
Apr 18, 2021 - R
-
Updated
Jun 3, 2021 - R
-
Updated
May 9, 2021 - C++
-
Updated
Apr 21, 2021 - Python
-
Updated
May 20, 2021 - R
-
Updated
Mar 5, 2021 - Julia
-
Updated
Mar 26, 2020 - R
-
Updated
May 14, 2021 - HTML
-
Updated
Jan 29, 2021 - C++
Anki shortens filenames that are too long in the latest versions, but only when a user runs Check Media. If they have already created a repo using Brain Brew then their old media will still be there. Seems to me there are a few issues here:
Warn users about long filenames
Make sure people are not caught out by this by detecting when a media filename is too long. Then users know what to do
-
Updated
Apr 24, 2018 - HTML
-
Updated
Sep 22, 2018 - Python
-
Updated
Aug 4, 2020 - JavaScript
-
Updated
Aug 6, 2020 - Jupyter Notebook
-
Updated
Aug 12, 2020 - PHP
-
Updated
Jul 25, 2020
-
Updated
May 31, 2021 - Jupyter Notebook
-
Updated
May 31, 2019 - Jupyter Notebook
-
Updated
Mar 7, 2021
-
Updated
Nov 8, 2020 - HTML
Improve this page
Add a description, image, and links to the data-manipulation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-manipulation topic, visit your repo's landing page and select "manage topics."


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