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 0a64f14 commit 8f32560Copy full SHA for 8f32560
README.md
@@ -15,10 +15,10 @@ that need to dispatch different algorithms depending on scientific
15
types:
16
17
```julia
18
-import DataScienceTraits as DST
+using DataScienceTraits
19
20
-reduction(::DST.Continuous) = sum
21
-reduction(::DST.Categorical) = first
+reduction(::Continuous) = sum
+reduction(::Categorical) = first
22
```
23
24
Extensions are provided for third-party types such as CoDa.jl
0 commit comments