bolides.BolideDataFrame.filter_date#
- BolideDataFrame.filter_date(start=None, end=None, inplace=False)[source]#
Filter bolides by date.
Filters the
BolideDataFrameusing dates given in ISO format.startorendcan 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
BolideDataFrameof this method is altered. If False, it is not, so the returnedBolideDataFramemust be used.
- Returns: