-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues with latest python version
Issue 1: Panda has depricated .append() function. Fix this by using Dataframe's loc function Issue 2: Label object in bokeh has depricated `render_mode` attribute, so remove that in object initilization Issue 3: plot_width in figure objest is depricated, use width instead. Issue 4: Dataframe.drop() has also attribute changes, fix this by only passing colomn name. Signed-off-by: Wyes Karny <[email protected]>
- Loading branch information
Showing
2 changed files
with
28 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters