intake
0.6.6
Start here
User Guide
Reference
Roadmap
Glossary
Community
intake
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
|
Z
_
__init__() (intake.catalog.local.YAMLFileCatalog method)
(intake.catalog.local.YAMLFilesCatalog method)
(intake.catalog.zarr.ZarrGroupCatalog method)
(intake.source.csv.CSVSource method)
(intake.source.derived.Columns method)
(intake.source.derived.DataFrameTransform method)
(intake.source.derived.DerivedSource method)
(intake.source.derived.GenericTransform method)
(intake.source.jsonfiles.JSONFileSource method)
(intake.source.jsonfiles.JSONLinesFileSource method)
(intake.source.npy.NPySource method)
(intake.source.textfiles.TextFilesSource method)
(intake.source.zarr.ZarrArraySource method)
A
add() (intake.container.persist.PersistStore method)
allow_access() (intake.auth.base.BaseAuth method)
(intake.auth.secret.SecretAuth method)
allow_connect() (intake.auth.base.BaseAuth method)
(intake.auth.secret.SecretAuth method)
Argument
B
backtrack() (intake.container.persist.PersistStore method)
BaseAuth (class in intake.auth.base)
BaseCache (class in intake.source.cache)
C
Cache
CacheMetadata (class in intake.source.cache)
Catalog
(class in intake.catalog)
Catalog file
CatalogEntry (class in intake.catalog.entry)
clear_all() (intake.source.cache.BaseCache method)
clear_cache() (intake.source.cache.BaseCache method)
Columns (class in intake.source.derived)
CompressedCache (class in intake.source.cache)
Conda
Conda package
configure_new() (intake.catalog.Catalog method)
Container
CSVSource (class in intake.source.csv)
D
Data packages
Data Provider
Data Source
Data User
Data-set
DataFrameTransform (class in intake.source.derived)
DataSource (class in intake.source.base)
DATCache (class in intake.source.cache)
DerivedSource (class in intake.source.derived)
describe() (intake.catalog.entry.CatalogEntry method)
(intake.catalog.local.UserParameter method)
Developer
DirCache (class in intake.source.cache)
discover() (intake.catalog.Catalog method)
(intake.source.csv.CSVSource method)
(intake.source.jsonfiles.JSONFileSource method)
(intake.source.jsonfiles.JSONLinesFileSource method)
(intake.source.npy.NPySource method)
(intake.source.textfiles.TextFilesSource method)
(intake.source.zarr.ZarrArraySource method)
Driver
E
expand_defaults() (intake.catalog.local.UserParameter method)
export() (intake.catalog.local.YAMLFileCatalog method)
(intake.catalog.local.YAMLFilesCatalog method)
(intake.catalog.zarr.ZarrGroupCatalog method)
(intake.source.csv.CSVSource method)
(intake.source.jsonfiles.JSONFileSource method)
(intake.source.jsonfiles.JSONLinesFileSource method)
(intake.source.npy.NPySource method)
(intake.source.textfiles.TextFilesSource method)
(intake.source.zarr.ZarrArraySource method)
F
FileCache (class in intake.source.cache)
filter() (intake.catalog.Catalog method)
force_reload() (intake.catalog.Catalog method)
from_dict() (intake.catalog.Catalog class method)
G
GenericTransform (class in intake.source.derived)
get() (intake.catalog.Catalog method)
(intake.catalog.entry.CatalogEntry method)
(intake.cli.server.server.ServerSourceHandler method)
get_case_insensitive() (intake.auth.base.BaseAuth method)
get_headers() (intake.auth.secret.SecretClientAuth method)
get_metadata() (intake.source.cache.BaseCache method)
get_tok() (intake.container.persist.PersistStore method)
GUI
gui (intake.catalog.Catalog property)
H
has_been_persisted (intake.catalog.entry.CatalogEntry property)
head() (intake.source.jsonfiles.JSONLinesFileSource method)
I
IntakeServer (class in intake.cli.server.server)
IT
items() (intake.catalog.Catalog method)
J
JSONFileSource (class in intake.source.jsonfiles)
JSONLinesFileSource (class in intake.source.jsonfiles)
K
keys() (intake.catalog.Catalog method)
(intake.source.cache.CacheMetadata method)
L
load() (intake.source.cache.BaseCache method)
N
needs_refresh() (intake.container.persist.PersistStore method)
NPySource (class in intake.source.npy)
O
open_ (intake attribute)
open_catalog() (in module intake)
P
PatternMixin (class in intake.source.base)
peek() (intake.cli.server.server.SourceCache method)
Persist
persist() (intake.catalog.local.YAMLFileCatalog method)
(intake.catalog.local.YAMLFilesCatalog method)
(intake.catalog.zarr.ZarrGroupCatalog method)
(intake.source.csv.CSVSource method)
(intake.source.jsonfiles.JSONFileSource method)
(intake.source.jsonfiles.JSONLinesFileSource method)
(intake.source.npy.NPySource method)
(intake.source.textfiles.TextFilesSource method)
(intake.source.zarr.ZarrArraySource method)
PersistStore (class in intake.container.persist)
plot (intake.source.base.DataSource attribute)
plots (intake.catalog.entry.CatalogEntry property)
Plugin
pop() (intake.catalog.Catalog method)
(intake.source.cache.CacheMetadata method)
R
read() (intake.container.dataframe.RemoteDataFrame method)
(intake.container.ndarray.RemoteArray method)
(intake.container.semistructured.RemoteSequenceSource method)
(intake.source.csv.CSVSource method)
(intake.source.jsonfiles.JSONFileSource method)
(intake.source.jsonfiles.JSONLinesFileSource method)
(intake.source.npy.NPySource method)
(intake.source.textfiles.TextFilesSource method)
(intake.source.zarr.ZarrArraySource method)
read_partition() (intake.container.ndarray.RemoteArray method)
(intake.source.csv.CSVSource method)
(intake.source.npy.NPySource method)
(intake.source.textfiles.TextFilesSource method)
(intake.source.zarr.ZarrArraySource method)
refresh() (intake.container.persist.PersistStore method)
registry (intake attribute)
reload() (intake.catalog.Catalog method)
(intake.catalog.local.YAMLFileCatalog method)
(intake.catalog.local.YAMLFilesCatalog method)
(intake.catalog.zarr.ZarrGroupCatalog method)
RemoteArray (class in intake.container.ndarray)
RemoteDataFrame (class in intake.container.dataframe)
RemoteSequenceSource (class in intake.container.semistructured)
RemoteSource (class in intake.container.base)
remove() (intake.container.persist.PersistStore method)
S
save() (intake.catalog.Catalog method)
Schema (class in intake.source.base)
SecretAuth (class in intake.auth.secret)
SecretClientAuth (class in intake.auth.secret)
serialize() (intake.catalog.Catalog method)
Server
ServerInfoHandler (class in intake.cli.server.server)
ServerSourceHandler (class in intake.cli.server.server)
SourceCache (class in intake.cli.server.server)
T
TextFilesSource (class in intake.source.textfiles)
to_dask() (intake.container.base.RemoteSource method)
(intake.container.dataframe.RemoteDataFrame method)
(intake.container.ndarray.RemoteArray method)
(intake.container.semistructured.RemoteSequenceSource method)
(intake.source.csv.CSVSource method)
(intake.source.npy.NPySource method)
(intake.source.textfiles.TextFilesSource method)
(intake.source.zarr.ZarrArraySource method)
TTL
U
update() (intake.source.cache.CacheMetadata method)
upload() (in module intake)
User Parameter
UserParameter (class in intake.catalog.local)
V
validate() (intake.catalog.local.UserParameter method)
values() (intake.catalog.Catalog method)
W
walk() (intake.catalog.Catalog method)
(intake.catalog.local.YAMLFileCatalog method)
(intake.catalog.local.YAMLFilesCatalog method)
(intake.catalog.zarr.ZarrGroupCatalog method)
Y
YAML
YAMLFileCatalog (class in intake.catalog.local)
YAMLFilesCatalog (class in intake.catalog.local)
Z
ZarrArraySource (class in intake.source.zarr)
ZarrGroupCatalog (class in intake.catalog.zarr)