Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/datamancer/dataframe.nim
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ macro toTab*(args: varargs[untyped]): untyped =
`lastTmp`

template seqsToDf*(s: varargs[untyped]): untyped =
## convertsb an arbitrary number of sequences to a `DataFrame` or any
## converts an arbitrary number of sequences to a `DataFrame` or any
## number of key / value pairs where we have string / seq[T] pairs.
static: hint "Consider simply using `toDf` instead of `seqsToDf`."
toTab(s)
Expand Down