data-manipulation
Here are 273 public repositories matching this topic...
Selecting a column from a dataframe returns a Series, but the .str accessor does not work. For example running the following:
data = { "Name": ["Apples", "App", "Banana", undefined],
"Count": [NaN, 5, NaN, 10] ,
"Price": [200, 300, 40, 250] }
df = new dfd.DataFrame(data)
name_sf = df.column("Name")
name_sf.str.startsWith("App")gives the fol
-
Updated
Apr 19, 2021 - TypeScript
-
Updated
Apr 21, 2021
-
Updated
Jan 11, 2019 - JavaScript
-
Updated
Apr 30, 2021 - HTML
-
Updated
Apr 18, 2021 - R
-
Updated
Dec 11, 2020 - Python
-
Updated
Apr 29, 2021 - R
-
Updated
Sep 15, 2020 - C++
-
Updated
Apr 21, 2021 - Python
-
Updated
May 28, 2020 - R
-
Updated
Mar 5, 2021 - Julia
-
Updated
Mar 26, 2020 - R
-
Updated
Feb 24, 2021 - HTML
-
Updated
Jan 29, 2021 - C++
-
Updated
Apr 24, 2018 - HTML
-
Updated
Sep 22, 2018 - Python
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
Aug 4, 2020 - JavaScript
-
Updated
Aug 6, 2020 - Jupyter Notebook
-
Updated
Aug 12, 2020 - PHP
-
Updated
Jul 25, 2020
-
Updated
May 31, 2019 - Jupyter Notebook
-
Updated
Nov 8, 2020 - HTML
-
Updated
Mar 7, 2021
-
Updated
Apr 30, 2021 - Jupyter Notebook
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