Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

fix(08_ordinal_reg): export transform! #85

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

storopoli
Copy link
Owner

Closes #83.
Somehow even with using DataFrames we are getting:

UndefVarError: `transform!` not defined

Hence, this might fix:

using DataFrames: transform!

Closes #83.
Somehow even with `using DataFrames` we are getting:

```shell
UndefVarError: `transform!` not defined
```

Hence, this might fix:

```julia
using DataFrames: transform!
```
@storopoli storopoli merged commit 9f24cb5 into master Oct 30, 2023
@storopoli storopoli deleted the js/fix-08_ordinal_reg branch October 30, 2023 11:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UndefVarError on Two Chapters
1 participant