Skip to content
#

data-manipulation

Here are 273 public repositories matching this topic...

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

danfojs
risenW
risenW commented Apr 22, 2021

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

ohare93
ohare93 commented Sep 7, 2020

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

Stock_Market_Data_Analysis

Scrape, analyze & visualize stock market data for the S&P500 using Python. Build a basic trading strategy using machine learning to assess company performance and determine buy, sell, hold. Read me & instructions available in Spanish. This is a working repo, with plans to expand the project from technical analysis to fundamental analysis.

  • Updated Aug 6, 2020
  • 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.

Curate this topic

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."

Learn more