Jun 24, 2024pythonpandasCode Blocks (Template)Mysterious UserLife's a garden. Dig it. New here?Every post begins with a random template to help you start writing. Still confused? 🤔 Watch the Getting Started video Read the Getting Started guide Here's a code block¶ Scipress code blocks make your code look beautiful! import numpy as np import pandas as pd x = pd.Series([10, 20, 30, 40, 50], dtype='string') x.mean() The highlighted line declares a Pandas Series Want to learn more? See our docs on Code ->
New here?Every post begins with a random template to help you start writing. Still confused? 🤔 Watch the Getting Started video Read the Getting Started guide