Skip to content

Commit a5bfd56

Browse files
authored
Update README.md
1 parent e2ef99a commit a5bfd56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ df = pd.DataFrame({
5151
result = df.select('A', 'B')
5252

5353
# Negative selection
54-
result = df.select(-'A')
54+
result = df.select('-A')
5555

5656
# Filter rows redirecting to .query() (the _ avoids overlapping with pandas.DataFrame.where)
5757
result = df.where_('A > 2')
@@ -76,4 +76,4 @@ Contributions are welcome! Feel free to open an issue or submit a pull request o
7676

7777
## License
7878

79-
This project is licensed under the GPLv3 License. See the LICENSE file for details.
79+
This project is licensed under the GPLv3 License. See the LICENSE file for details.

0 commit comments

Comments
 (0)