You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to inform you that ValhallaMatcher cannot use the matches_to_dataframe() or path_to_dataframe(). Please find the following full error message:
AttributeError Traceback (most recent call last)
...\lib\site-packages\mappymatch\matchers\match_result.py:39, in MatchResult.path_to_dataframe(self)
[36] (.../lib/site-packages/mappymatch/matchers/match_result.py:36) if self.path is None:
[37] (.../lib/site-packages/mappymatch/matchers/match_result.py:37) return pd.DataFrame()
---> [39] (.../lib/site-packages/mappymatch/matchers/match_result.py:39) df = pd.DataFrame([r.to_flat_dict() for r in self.path])
[40] (.../lib/site-packages/mappymatch/matchers/match_result.py:40) df = df.fillna(np.NAN)
[42] (.../lib/site-packages/mappymatch/matchers/match_result.py:42) return df
File ...\lib\site-packages\mappymatch\matchers\match_result.py:39, in (.0)
[36] (.../lib/site-packages/mappymatch/matchers/match_result.py:36) if self.path is None:
[37] (.../lib/site-packages/mappymatch/matchers/match_result.py:37) return pd.DataFrame()
---> [39] (.../lib/site-packages/mappymatch/matchers/match_result.py:39) df = pd.DataFrame([r.to_flat_dict() for r in self.path])
[40] (.../lib/site-packages/mappymatch/matchers/match_result.py:40) df = df.fillna(np.NAN)
[42] (.../lib/site-packages/mappymatch/matchers/match_result.py:42) return df
Dear all,
I would like to inform you that
ValhallaMatcher
cannot use thematches_to_dataframe()
orpath_to_dataframe()
. Please find the following full error message:I would be grateful if you please let me know your commets. Thank you very much and keep up the great work.
The text was updated successfully, but these errors were encountered: