-
Rendering test!
This is a test python post with code formatting.
import numpy as np import pandas as pd oddnums = pd.Series(np.arange(3,12,2)) Q1 = pd.Series(oddnums).values Q1 #> array([ 3, 5, 7, 9, 11])
Sorry, there were no replies found.
This is a test python post with code formatting.
import numpy as np
import pandas as pd
oddnums = pd.Series(np.arange(3,12,2))
Q1 = pd.Series(oddnums).values
Q1
#> array([ 3, 5, 7, 9, 11])
Sorry, there were no replies found.
Please confirm you want to block this member.
You will no longer be able to:
Please note: This action will also remove this member from your connections and send a report to the site admin. Please allow a few minutes for this process to complete.