We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b35a75 commit 3feaa70Copy full SHA for 3feaa70
README.md
@@ -67,7 +67,7 @@ hole_figure # View hole in jupyter
67
import pandas as pd
68
bounds = [6672242-2000 , 385795-2000, 6672242 +2000, 385795+2000]
69
gtk_holes = pif.from_gtk_wfs(bounds, "TM35FIN", maxholes=25_000)
70
-labratory_tests = gtk_holes.filter_holes(hole_type=["NO", "NE"], start="1990-01-01")
+laboratory_tests = gtk_holes.filter_holes(hole_type=["NO", "NE"], start="1990-01-01")
71
df = labratory_tests.get_dataframe()
72
df['data_Soil type'] = df['data_Soil type'].astype("string")
73
clay_samples = df[df['data_Soil type'].str.endswith("Sa", na=False)].reset_index()
0 commit comments