Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
swc-bb
S
swc-templates
S
swc-lessons
Software Publishing
Astronaut Analysis
Commits
026a2c7c
Commit
026a2c7c
authored
May 06, 2020
by
Tobias Schlauch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in comments
parent
66bfaf3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
astronauts-analysis.py
astronauts-analysis.py
+1
-1
No files found.
astronauts-analysis.py
View file @
026a2c7c
...
...
@@ -135,7 +135,7 @@ def save(fig, filename):
def
perform_analysis
():
""" Glues data preparation and plotting. """
# Set up directory strcture and preprocess data
# Set up directory str
u
cture and preprocess data
makedirs
(
_OUTPUT_PATH
,
exist_ok
=
True
)
df
=
pd
.
read_json
(
Path
(
_ASTRONAUT_DATA
).
resolve
())
df
=
prepare_data_set
(
df
)
...
...
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