We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f8348 commit c78fceaCopy full SHA for c78fcea
doc/source/development/roadmap.rst
@@ -96,7 +96,7 @@ Decoupling of indexing and internals
96
97
The code for getting and setting values in pandas' data structures needs refactoring.
98
In particular, we must clearly separate code that converts keys (e.g., the argument
99
-to ``DataFrame.loc``) to positions from code that uses uses these positions to get
+to ``DataFrame.loc``) to positions from code that uses these positions to get
100
or set values. This is related to the proposed BlockManager rewrite. Currently, the
101
BlockManager sometimes uses label-based, rather than position-based, indexing.
102
We propose that it should only work with positional indexing, and the translation of keys
0 commit comments