Skip to content

Commit 3feaa70

Browse files
Update README.md
Co-authored-by: Ari Hartikainen <[email protected]>
1 parent 9b35a75 commit 3feaa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ hole_figure # View hole in jupyter
6767
import pandas as pd
6868
bounds = [6672242-2000 , 385795-2000, 6672242 +2000, 385795+2000]
6969
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")
70+
laboratory_tests = gtk_holes.filter_holes(hole_type=["NO", "NE"], start="1990-01-01")
7171
df = labratory_tests.get_dataframe()
7272
df['data_Soil type'] = df['data_Soil type'].astype("string")
7373
clay_samples = df[df['data_Soil type'].str.endswith("Sa", na=False)].reset_index()

0 commit comments

Comments
 (0)