Skip to content

Commit

Permalink
sp
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Oct 27, 2023
1 parent 369cfc7 commit 582da1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monetio/obs/aqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def add_data2(self, df, daily=False, network=None):
# monitor_drop = [u'datum']
# self.monitor_df.drop(monitor_drop, axis=1, inplace=True)
if network is not None:
# TODO: really should split the networks strings (on semicolon) to ensure no false positive matchs
# TODO: really should split the networks strings (on semicolon) to ensure no false positive matches
monitors = self.monitor_df.loc[
self.monitor_df.networks.astype(str).str.contains(network)
].drop_duplicates(subset=["siteid"])
Expand Down

0 comments on commit 582da1a

Please sign in to comment.