Skip to content

Commit

Permalink
Mergin origin solved
Browse files Browse the repository at this point in the history
  • Loading branch information
cperezln committed Jan 18, 2024
2 parents 01dced7 + f85418a commit 0e04076
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pykx/pandas_api/pandas_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ def shape(self):
def size(self):
return q('{count[x] * count[cols x]}', self)

@property
def values(self):
tab = self
return q('value peach', tab)

@property
def values(self):
return q('value each', self)
Expand Down

0 comments on commit 0e04076

Please sign in to comment.