bolides.BolideDataFrame.filter_date#

BolideDataFrame.filter_date(start=None, end=None, inplace=False)[source]#

Filter bolides by date.

Filters the BolideDataFrame using dates given in ISO format. start or end can be left unspecified to only bound the dates on one end.

Parameters:
start, end: str

ISO-format strings that can be read by fromisoformat. If the timezone is not specified, it is assumed to be in UTC.

inplace: bool

If True, the BolideDataFrame of this method is altered. If False, it is not, so the returned BolideDataFrame must be used.

Returns:
BolideDataFrame