cufflinks.pandastools module

cufflinks.pandastools.bestfit(self)[source]

Returns a series with the bestfit values.

Example:
Series.bestfit()
Returns: series
The returned series contains a parameter called ‘formula’ which includes the string representation of the bestfit line.
cufflinks.pandastools.normalize(self, asOf=None, multiplier=100)[source]

Returns a normalized series or DataFrame

Example:
Series.normalize()

Returns: series of DataFrame

asOf : string
Date format ‘2015-02-29’
multiplier : int
Factor by which the results will be adjusted
cufflinks.pandastools.read_google(url, **kwargs)[source]

Reads a google sheet