Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含 252 行的表,其中一列的值范围为 0 - 93,并且想要对它们进行分位数。我正在使用 SQLiite、Python 和 sqlite3 python 包来创建和操作这些表。
使用 SQLite 和/或 Python 对值进行分位数的最佳方法是什么?我曾考虑使用 RANK() 但此函数在 SQLite 中不可用。