@@ -77,7 +77,7 @@ def list_schemas(
7777 Parameters
7878 ----------
7979 dataset : Dataset or str
80- The dataset ID for the request.
80+ The dataset name for the request.
8181 start : pd.Timestamp or date or str or int, optional
8282 The start datetime for the request range (UTC).
8383 If using an integer then this represents nanoseconds since UNIX epoch.
@@ -121,7 +121,7 @@ def list_fields(
121121 Parameters
122122 ----------
123123 dataset : Dataset or str
124- The dataset ID for the request.
124+ The dataset name for the request.
125125 schema : Schema or str {'mbo', 'mbp-1', 'mbp-10', 'trades', 'tbbo', 'ohlcv-1s', 'ohlcv-1m', 'ohlcv-1h', 'ohlcv-1d', 'definition', 'statistics', 'status'}, optional # noqa
126126 The data record schema for the request.
127127 encoding : Encoding or str {'dbz', 'csv', 'json'}, optional
@@ -201,7 +201,7 @@ def list_unit_prices(
201201 Parameters
202202 ----------
203203 dataset : Dataset or str
204- The dataset ID for the request.
204+ The dataset name for the request.
205205 mode : FeedMode or str {'live', 'historical-streaming', 'historical'}, optional
206206 The data feed mode for the request.
207207 schema : Schema or str {'mbo', 'mbp-1', 'mbp-10', 'trades', 'tbbo', 'ohlcv-1s', 'ohlcv-1m', 'ohlcv-1h', 'ohlcv-1d', 'definition', 'statistics', 'status'}, optional # noqa
@@ -252,7 +252,7 @@ def get_shape(
252252 Parameters
253253 ----------
254254 dataset : Dataset or str
255- The dataset ID for the request.
255+ The dataset name for the request.
256256 symbols : List[Union[str, int]] or str, optional
257257 The symbols for the request. If ``None`` then will be for ALL symbols.
258258 schema : Schema or str {'mbo', 'mbp-1', 'mbp-10', 'trades', 'tbbo', 'ohlcv-1s', 'ohlcv-1m', 'ohlcv-1h', 'ohlcv-1d', 'definition', 'statistics', 'status'}, default 'trades' # noqa
@@ -326,7 +326,7 @@ def get_billable_size(
326326 Parameters
327327 ----------
328328 dataset : Dataset or str
329- The dataset ID for the request.
329+ The dataset name for the request.
330330 symbols : List[Union[str, int]] or str, optional
331331 The symbols for the request. If ``None`` then will be for ALL symbols.
332332 schema : Schema or str {'mbo', 'mbp-1', 'mbp-10', 'trades', 'tbbo', 'ohlcv-1s', 'ohlcv-1m', 'ohlcv-1h', 'ohlcv-1d', 'definition', 'statistics', 'status'}, default 'trades' # noqa
@@ -391,7 +391,7 @@ def get_cost(
391391 Parameters
392392 ----------
393393 dataset : Dataset or str
394- The dataset ID for the request.
394+ The dataset name for the request.
395395 mode : FeedMode or str {'live', 'historical-streaming', 'historical'}, default 'historical-streaming'
396396 The data feed mode for the request.
397397 symbols : List[Union[str, int]] or str, optional
0 commit comments