Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: data frame excel cell calulation
Post: RE: data frame excel cell calulation

Well, let me ask the question in another way. def macdfuncs(data): # here are theclose=data['Close'] code for EMA short and EMA long close=data['Close'] #EMA short sma_short...
buunaanaa General Coding Help 1 1,857 Jul-04-2020, 06:00 PM
    Thread: data frame excel cell calulation
Post: data frame excel cell calulation

Question 1 I am having issue finding the information on operating [Image: https://www.google.com/search?q=excel+wo...fopxN7mbbM] such as how can I make cell I2 = G8 / G9 I don't know where to sta...
buunaanaa General Coding Help 1 1,857 Jul-02-2020, 07:42 PM
    Thread: Pinkfish package
Post: RE: Pinkfish package

(May-16-2020, 06:33 PM)snippsat Wrote: (May-16-2020, 04:48 PM)buunaanaa Wrote: Is there any alternative ?Yes there is,so this a Notebook i run as test. As you see no errors. Some step this will c...
buunaanaa General Coding Help 16 6,410 May-18-2020, 07:11 PM
    Thread: Pinkfish package
Post: RE: Pinkfish package

Quote:Yes there is,so this a Notebook i run as test. As you see no errors. you have been really helpful. I am going through a painful period. how can you not get any errors? in this part full code i...
buunaanaa General Coding Help 16 6,410 May-18-2020, 05:43 PM
    Thread: Pinkfish package
Post: RE: Pinkfish package

Quote:Try. #return pd.isnull(self._tlog).any(1).nonzero()[0] return pd.isnull(self._tlog).any(1).to_numpy().nonzero()[0] You have been amazing!!!! Thank you very much. This one worked. I just realize...
buunaanaa General Coding Help 16 6,410 May-18-2020, 05:49 AM
    Thread: Pinkfish package
Post: RE: Pinkfish package

(May-16-2020, 06:33 PM)snippsat Wrote: Quote:Yes there is,so this a Notebook i run as test. As you see no errors. this part I have no errors either, error starts the next section. #i start to have...
buunaanaa General Coding Help 16 6,410 May-17-2020, 04:24 PM
    Thread: FutureWarning: pandas.util.testing is deprecated
Post: RE: FutureWarning: pandas.util.testing is deprecat...

sorry, this is not related to the last problem I had. #main.ipynb import pandas as pd import numpy as np import os from pandas import DataFrame from datetime import datetime import matplotlib.pyplo...
buunaanaa General Coding Help 3 5,089 May-17-2020, 07:03 AM
    Thread: FutureWarning: pandas.util.testing is deprecated
Post: FutureWarning: pandas.util.testing is deprecated

I am using anaconda3 windows10 I am coding main.ipynb using jupyter notebook I wrote a function in 2.py which is in the same folder as the main.ipynb when after I updated the 2.py and saved file, and...
buunaanaa General Coding Help 3 5,089 May-17-2020, 05:51 AM
    Thread: Pinkfish package
Post: RE: Pinkfish package

(May-15-2020, 10:04 PM)snippsat Wrote: Try. #return pd.isnull(self._tlog).any(1).nonzero()[0] return pd.isnull(self._tlog).any(1).to_numpy().nonzero()[0]A other option had to been running in a virtu...
buunaanaa General Coding Help 16 6,410 May-16-2020, 07:55 PM
    Thread: Pinkfish package
Post: RE: Pinkfish package

(May-15-2020, 10:04 PM)snippsat Wrote: Try. #return pd.isnull(self._tlog).any(1).nonzero()[0] return pd.isnull(self._tlog).any(1).to_numpy().nonzero()[0]A other option had to been running in a virtu...
buunaanaa General Coding Help 16 6,410 May-16-2020, 04:48 PM
    Thread: Pinkfish package
Post: RE: Pinkfish package

You are amazing. this worked. (May-15-2020, 06:31 PM)snippsat Wrote: Do pip install pandas_datareader Now open file D:\programs\anaconda3\lib\site-packages\pinkfish\fetch.py. Change and save. #from...
buunaanaa General Coding Help 16 6,410 May-15-2020, 07:22 PM
    Thread: Pinkfish package
Post: RE: Pinkfish package

I understand the pandas.io.data is removed. I installed the pink fish 0.5.1 which is the latest version I installed both pandas 1.0.1 pandas-datareader 0.8.1 I am new to programming. I don't th...
buunaanaa General Coding Help 16 6,410 May-15-2020, 05:48 PM
    Thread: Pinkfish package
Post: Pinkfish package

I am trying to install the "pinkish" package. in Anaconda navigator ---> environments -----> base(root) I already installed "pinkish" package. but when I am running the code: import panda...
buunaanaa General Coding Help 16 6,410 May-15-2020, 05:22 AM
    Thread: calculate the difference
Post: RE: calculate the difference

update the desired output Output:Sales amt change add only add only 374.440002 positive negitive 381.420013 6.980 past 6 changes 391.540009 10.120 390.75 -0.790 384.73999 -6.010 395.859...
buunaanaa Data Science 1 1,601 May-10-2020, 02:40 PM
    Thread: calculate the difference
Post: calculate the difference

I am totally NEW. I have a CSV file, I only have Sales, I need to calculate the amt change which is (day2 Sales) - (day1 Sales) I need to add all the positive change and add only the negative togeth...
buunaanaa Data Science 1 1,601 May-09-2020, 10:18 PM

User Panel Messages

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