First of all, import the important library files, which is used in entire sentimental analysis. Like NLTK, pandas, numpy, sklearn, textblob etc.
pandas are used for importing CSV files (used in next step), nltk is use for natural language processing, TextBlob is built on the shoulders of NLTK and Pattern, sklearn is use for feature extraction.