Text: Data visualization with Pandas
Use the Python NumPy library to simulate a normally distributed one-dimensional variable of 10,000 values, convert it into a Python Pandas Series, then draw its histogram. Explain why we use the histogram to visualize data.