Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Elise authored and Elise committed Nov 25, 2024
1 parent 26366e8 commit cc58c69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ hent_status_pl(
) -> pl.DataFrame
```

**hent_utvalg_pd**
**hent_utvalg_pd**
Retrieves utvalg data for a specific InstrumentId from datafangst-person GCS bucket, returning it as a Pandas DataFrame.

```
@@ -61,7 +61,7 @@ hent_utvalg_pd(
) -> pd.DataFrame
```

**hent_utvalg_pl**
**hent_utvalg_pl**
Retrieves utvalg data for a specific InstrumentId from datafangst-person GCS bucket, returning it as a Polars DataFrame.

```
@@ -70,7 +70,7 @@ hent_utvalg_pl(
) -> pl.DataFrame
```

**question_sorting**
**question_sorting**
Processes a Paradata DataFrame returning a list of FieldNames in the order they were asked in the survey.

```

0 comments on commit cc58c69

Please sign in to comment.