Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Russell Jarvis
ScienceAccess
Commits
820df06a
Commit
820df06a
authored
Dec 10, 2021
by
Russell Jarvis
💬
Browse files
update all
parent
d55c5774
Changes
1
Hide whitespace changes
Inline
Side-by-side
app.py
View file @
820df06a
...
...
@@ -88,10 +88,11 @@ rd_level = rd_df["Reading_Level"]
max
=
np
.
max
(
rd_df
[
"Reading_Level"
])
def
dontcleankeepdirty
():
def
dontcleankeepdirty
(
rd_df
):
# previously I deleted negative values, but keeping the nonesensical measurements illustrates our point.
rd_df
=
rd_df
.
loc
[
sample
(
list
(
rd_df
.
index
),
999
)]
rd_df
=
rd_df
[(
rd_df
[
"Reading_Level"
]
>=
10
)]
return
rd_df
def
get_table_download_link_csv
(
...
...
Write
Preview
Supports
Markdown
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