Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Parish, Chad
data_visualization_paper
Commits
953e090b
Commit
953e090b
authored
Mar 20, 2019
by
Parish, Chad
Browse files
Error trap MPL versions
parent
809870fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
vendor_handler.ipynb
View file @
953e090b
...
...
@@ -34,14 +34,10 @@
if
matplotlib
.
__version__
.
split
(
'.'
)[
0
]
<
'3'
:
raise
ImportError
(
'Requires matplotlib 3.0.0 or higher'
)
```
%%%% Output: execute_result
True
%% Cell type:markdown id: tags:
### In this case, the vendor also exports the data as an Excel file
The Python
`pandas`
library allows easy import of Excel. The variable
`df`
is a Pandas dataframe.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment