Skip to content

Commit 0f04183

Browse files
committed
minor doc tweaks
1 parent 7df6ecb commit 0f04183

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ any table type `T` supported by Tables.jl | `Table{K}` where `K=Union{column_sci
236236
Here `nlevels(x) = length(levels(x.pool))`.
237237

238238

239-
## Automatic type conversion
239+
## Automatic type conversion for tabular data
240240

241241
The `autotype` function allows to use specific rules in order to guess appropriate scientific types for the data. Such rules would typically be more constraining than the ones implied by the active convention. When `autotype` is used, a dictionary of suggested types is returned for each column in the data; if none of the specified rule applies, the ambient convention is used as "fallback".
242242

src/autotype.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ export autotype
33
"""
44
autotype(X)
55
6-
Return a dictionary of suggested types for each column of `X`.
6+
Return a dictionary of suggested scitypes for each column of a table
7+
`X`.
8+
79
See also [`suggest_scitype`](@ref).
810
911
## Kwargs

0 commit comments

Comments
 (0)