1) import pandas as pd 2) from pandas import dataFrame, series 3) import matplotlib.pyplot as plt
1) so my question is in first statement i am importing pandas library so that it should be import whole library 2) but in second statement what i have to write " from pandas import dataFrame, series " this statement what is difference in these two statements 3) in third statement what is meaning of .pyplot along with matplotlib -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
