Commit b07f00b
committed
Update drop() method docstring to clarify quote handling
- Document that column names are case-sensitive and don't require quotes
- Clarify that both quoted and unquoted column names are accepted
- Add examples showing both 'col' and 'col' syntax work
- Note difference from select() operation behavior1 parent 4c695ec commit b07f00b
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
412 | 416 | | |
413 | | - | |
| 417 | + | |
| 418 | + | |
414 | 419 | | |
415 | 420 | | |
416 | 421 | | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
417 | 426 | | |
418 | 427 | | |
419 | 428 | | |
| |||
0 commit comments