We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc5282 commit abea58aCopy full SHA for abea58a
1 file changed
src/ezmiller/relaunching_tablecloth_time.clj
@@ -45,9 +45,9 @@
45
;; tree-based index is pure overhead — you'd rebuild it constantly. As Chris
46
;; Nuernberger (author of tech.ml.dataset) put it: "Just sorting the dataset and
47
;; using binary search will outperform most/all tree structures in this scenario."
48
-;; Notably, [Polars](https://pola.rs/) — the Rust-based DataFrame library gaining
49
-;; traction as a Pandas alternative — reached the same conclusion. Polars has no
50
-;; index by design; you always specify the column explicitly:
+;; This is the same conclusion that [Polars](https://pola.rs/) reached. The
+;; Rust-based DataFrame library — now the fastest-growing Pandas alternative —
+;; has no index by design. You always specify the column explicitly:
51
;;
52
;; ```python
53
;; # Pandas (implicit index)
0 commit comments