以下为卖家选择提供的数据验证报告:
数据描述
🔢 First Million Prime Numbers 🔢
List of the First Million Prime Numbers
🔐 Dataset Files 🔐
first_million_prime_numbers.csv first_million_prime_numbers.parquet
first_million_prime_numbers.csv first_million_prime_numbers.parquet
❓ Description ❓
These two datasets is a list containing the first million prime numbers.
The data was extracted between May 14th in 2023 and May 25th in 2023 at naturalnumbers.org.
📝 Variables 📝
Rank
: index;Num
: Prime Number;Interval
: Range between the Current Prime Number and the Previous One;
🔐 Dataset Files 🔐
natural_numbers.csv natural_numbers.parquet
natural_numbers.csv natural_numbers.parquet
❓ Description ❓
These two datasets is a list containing all natural numbers from 2 to the first million prime number.
The data was extracted between May 14th in 2023 and May 25th in 2023 at [naturalnumbers.org](http://www.naturalnumbers.org/primes.html).
📝 Variables 📝
Number
: Natural Number;Is Prime
: Whether the Number is Prime (True) or not (False));
❔ CSV vs Parquet Files
The .parquet
files are more suited for large datasets. In order to don't take a big section explaining the differences between CSV and Parquet files, here is a cheat sheet for you:
🎉 Acknowledgements 🎉
Thanks to:
JoJo Wiki for providing the data.
Amino Apps for providing the stats' ranks explanations.
Michael M. Ross at naturalnumbers.org for providing the
first_million_prime_numbers
dataset.Quanta Magazine YouTube channel for the
The Riemann Hypothesis, Explained
video.
