Community Forums

Find answers, ask questions, and connect with the
GRAPH Courses community.

Home Forums Python help Rendering test!

  • Rendering test!

    Posted by Kene David on December 6, 2022 at 12:03 am

    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])
    Kene David replied 1 year, 4 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

Log in to reply.