We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdb49c commit 5a7940dCopy full SHA for 5a7940d
src/spyglass/position/position_merge.py
@@ -79,8 +79,8 @@ def fetch1_dataframe(self) -> DataFrame:
79
return query.fetch1_dataframe()
80
81
def fetch_pose_dataframe(self):
82
- """
83
- Fetch a single dataframe of pose bodypart coordinates.
+ """Fetch a single dataframe of pose bodypart coordinates.
+
84
This will work only for sources that have pose information.
85
"""
86
key = self.merge_restrict(self.fetch("KEY", as_dict=True)).fetch(
0 commit comments