Skip to content

Instantly share code, notes, and snippets.

@otfrom

otfrom/lint-as Secret

Created April 11, 2021 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otfrom/ab558c8dc40b613b474ce4702abe1695 to your computer and use it in GitHub Desktop.
Save otfrom/ab558c8dc40b613b474ce4702abe1695 to your computer and use it in GitHub Desktop.
{:linters {:unsorted-required-namespaces {:level :warning}}
:lint-as {tablecloth.api/column-count tech.v3.dataset/column-count
tablecloth.api/row-count tech.v3.dataset/row-count
tablecloth.api/set-dataset-name tech.v3.dataset/set-dataset-name
tablecloth.api/dataset-name tech.v3.dataset/dataset-name
tablecloth.api/column tech.v3.dataset/column
tablecloth.api/has-column? tech.v3.dataset/has-column?
tablecloth.api/write! tech.v3.dataset/write!
tablecloth.api/dataset->str tech.v3.dataset.print/dataset->str
tablecloth.api/column-names tablecloth.api.utils/column-names
tablecloth.api/write-nippy! tablecloth.api.utils/write-nippy!
tablecloth.api/read-nippy tablecloth.api.utils/read-nippy
tablecloth.api/grouped? tablecloth.api.utils/grouped?
tablecloth.api/unmark-group tablecloth.api.utils/unmark-group
tablecloth.api/mark-as-group tablecloth.api.utils/mark-as-group
tablecloth.api/as-regular-dataset tablecloth.api.utils/as-regular-dataset
tablecloth.api/process-group-data tablecloth.api.utils/process-group-data
tablecloth.api/dataset? tablecloth.api.dataset/dataset?
tablecloth.api/empty-ds? tablecloth.api.dataset/empty-ds?
tablecloth.api/dataset tablecloth.api.dataset/dataset
tablecloth.api/shape tablecloth.api.dataset/shape
tablecloth.api/info tablecloth.api.dataset/info
tablecloth.api/columns tablecloth.api.dataset/columns
tablecloth.api/rows tablecloth.api.dataset/rows
tablecloth.api/print-dataset tablecloth.api.dataset/print-dataset
tablecloth.api/concat tablecloth.api.dataset/concat
tablecloth.api/concat-copying tablecloth.api.dataset/concat-copying
tablecloth.api/group-by tablecloth.api.group-by/group-by
tablecloth.api/ungroup tablecloth.api.group-by/ungroup
tablecloth.api/groups->seq tablecloth.api.group-by/groups->seq
tablecloth.api/groups->map tablecloth.api.group-by/groups->map
tablecloth.api/select-columns tablecloth.api.columns/select-columns
tablecloth.api/drop-columns tablecloth.api.columns/drop-columns
tablecloth.api/rename-columns tablecloth.api.columns/rename-columns
tablecloth.api/add-column tablecloth.api.columns/add-column
tablecloth.api/add-columns tablecloth.api.columns/add-columns
tablecloth.api/add-or-replace-column tablecloth.api.columns/add-or-replace-column
tablecloth.api/add-or-replace-columns tablecloth.api.columns/add-or-replace-columns
tablecloth.api/map-columns tablecloth.api.columns/map-columns
tablecloth.api/update-columns tablecloth.api.columns/update-columns
tablecloth.api/reorder-columns tablecloth.api.columns/reorder-columns
tablecloth.api/convert-types tablecloth.api.columns/convert-types
tablecloth.api/->array tablecloth.api.columns/->array
tablecloth.api/select-rows tablecloth.api.rows/select-rows
tablecloth.api/drop-rows tablecloth.api.rows/drop-rows
tablecloth.api/head tablecloth.api.rows/head
tablecloth.api/tail tablecloth.api.rows/tail
tablecloth.api/shuffle tablecloth.api.rows/shuffle
tablecloth.api/random tablecloth.api.rows/random
tablecloth.api/rand-nth tablecloth.api.rows/rand-nth
tablecloth.api/first tablecloth.api.rows/first
tablecloth.api/last tablecloth.api.rows/last
tablecloth.api/by-rank tablecloth.api.rows/by-rank
tablecloth.api/aggregate tablecloth.api.aggregate/aggregate
tablecloth.api/aggregate-columns tablecloth.api.aggregate/aggregate-columns
tablecloth.api/order-by tablecloth.api.order-by/order-by
tablecloth.api/unique-by tablecloth.api.unique-by/unique-by
tablecloth.api/select-missing tablecloth.api.missing/select-missing
tablecloth.api/drop-missing tablecloth.api.missing/drop-missing
tablecloth.api/replace-missing tablecloth.api.missing/replace-missing
tablecloth.api/fill-range-replace tablecloth.api.missing/fill-range-replace
tablecloth.api/join-columns tablecloth.api.join-separate/join-columns
tablecloth.api/separate-column tablecloth.api.join-separate/separate-column
tablecloth.api/fold-by tablecloth.api.fold-unroll/fold-by
tablecloth.api/unroll tablecloth.api.fold-unroll/unroll
tablecloth.api/pivot->longer tablecloth.api.reshape/pivot->longer
tablecloth.api/pivot->wider tablecloth.api.reshape/pivot->wider
tablecloth.api/left-join tablecloth.api.join-concat-ds/left-join
tablecloth.api/right-join tablecloth.api.join-concat-ds/right-join
tablecloth.api/inner-join tablecloth.api.join-concat-ds/inner-join
tablecloth.api/asof-join tablecloth.api.join-concat-ds/asof-join
tablecloth.api/full-join tablecloth.api.join-concat-ds/full-join
tablecloth.api/semi-join tablecloth.api.join-concat-ds/semi-join
tablecloth.api/anti-join tablecloth.api.join-concat-ds/anti-join
tablecloth.api/intersect tablecloth.api.join-concat-ds/intersect
tablecloth.api/difference tablecloth.api.join-concat-ds/difference
tablecloth.api/union tablecloth.api.join-concat-ds/union
tablecloth.api/bind tablecloth.api.join-concat-ds/bind
tablecloth.api/append tablecloth.api.join-concat-ds/append
tablecloth.api/split tablecloth.api.split/split
tablecloth.api/split->seq tablecloth.api.split/split->seq}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment