Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Singe cell references are broken with string indexes #1288

Open
aarondr77 opened this issue Mar 15, 2024 · 0 comments
Open

Singe cell references are broken with string indexes #1288

aarondr77 opened this issue Mar 15, 2024 · 0 comments
Labels

Comments

@aarondr77
Copy link
Member

df = pd.DataFrame({
    'A': [1, 2, 3, 4, 5, 6, 7, 8, 9],
    'B': [1, 2, 3, 4, 5, 6, 7, 8, 9]
}, index=['a', 'b', 'c', 'd', 'e', 'b', 'g', 'h', 'i'])

mitosheet.sheet(df)
  1. Add a new column
  2. Open cell editor and press toggle to only edit an individual cell
  3. Select the first cell in A
  4. Get an error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant