Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: FBProphet() Timeout in Anaconda
Post: FBProphet() Timeout in Anaconda

Hi all, I've successfully used fbprophet for a quick forecast on a test dataset I called "ret", which was in the following form with dates labeled 'ds' and values 'y': 288 2016-01-01 12.901537 40...
sobrio1 General Coding Help 0 3,330 Dec-21-2017, 05:15 AM
    Thread: Dropping rows in a dataframe
Post: Dropping rows in a dataframe

Hi, I'm trying to delete a couple rows from a dataframe so I don't have unwanted text/values import numpy as np import pandas as pd #Saving a copy of the original values temp['Sales_Orig']=temp['Sal...
sobrio1 Data Science 0 2,604 Dec-03-2017, 11:15 PM
    Thread: Date_Range Frequency List
Post: Date_Range Frequency List

Hi, I'm generating a very simple time series as follows: import pandas as pd dseries = pd.date_range('2015 Jan 01', periods=100, freq = 'd')This works fine, but does anyone know how to find a compl...
sobrio1 Data Science 1 3,364 Dec-03-2017, 09:36 PM
    Thread: Argument lists
Post: RE: Argument lists

Sorry - I was focused on getting the arguments, not syntax. The code below is running perfectly on the titanic dataset from Kaggle - tdf is my dataframe. However, I would like to know what options/arg...
sobrio1 Data Science 7 4,083 Oct-16-2017, 01:46 AM
    Thread: Argument lists
Post: RE: Argument lists

I'm sorry, maybe I'm calling them 'arguments' and it's really something else (I'm new obviously). I'm looking for an argument list such as my_df.loc(start = , end = , arg3 = , ....argfinal = ) I real...
sobrio1 Data Science 7 4,083 Oct-15-2017, 11:10 PM
    Thread: Argument lists
Post: RE: Argument lists

Yes, it's a pandas dataframe. I didn't find any argument lists through help. Not really sure what IDEs and Python interpreters are. Is Jupyter Notebook an interpreter, or Anacondas, or Idle? It's fun...
sobrio1 Data Science 7 4,083 Oct-15-2017, 10:54 PM
    Thread: Argument lists
Post: Argument lists

Does anyone know how to get an argument list for a function besides using shift+tab? I can't use my_dataframe.loc() properly because I have no idea what arguments I need to give it (and shift+tab giv...
sobrio1 Data Science 7 4,083 Oct-15-2017, 09:52 PM
    Thread: Paramter lists when shift+tab doesn't work
Post: Paramter lists when shift+tab doesn't work

Hello, Say I have a Python function, func(), which I can't get parameters for. The functionality works; that is, I can apply func(start = 5), to get a result, but I have no idea what all the paramete...
sobrio1 General Coding Help 0 3,132 Oct-15-2017, 03:41 PM
    Thread: Changing Python Path
Post: RE: Changing Python Path

Ok. What is Anaconda interpreter? Is that a separate download? Thx!
sobrio1 Data Science 3 3,564 Oct-06-2017, 04:43 AM
    Thread: Changing Python Path
Post: Changing Python Path

I installed Anaconda so I could use Jupyter Notebook for an online Python course. Now when I try to run previous Python programs in Idle, I can't import anything. For example, import numpy returns the...
sobrio1 Data Science 3 3,564 Oct-06-2017, 03:44 AM
    Thread: Anaconda - Docstring
Post: Anaconda - Docstring

I'm using the pandas_datareader module with the get_data_yahoo function on the Anaconda Cloud. With respect to data, the function works perfectly, but I can't get the data arguments (in docstring) usi...
sobrio1 Data Science 0 2,802 Sep-24-2017, 06:15 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020