how to add a list into dataframe with defined columns

后端 未结 0 1683
悲哀的现实
悲哀的现实 2020-12-18 04:42

I want to put these lists to a data frame with 2 columns.

import numpy as np
from bs4 import BeautifulSoup
import pandas as pd

year = [\'1399\' , \'1400\']           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题