After reviewing all datasets in the Analyze Boston, We have found a lot of null values and missing values in the different datasets. My teammates and I have finalized the ” MOVING TRUCK PERMITS” dataset.
The basic python code is
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LinearRegression
from sklearn.metrics import mean_squared_error, r2_score
from sklearn.preprocessing import LabelEncoder
from scipy.stats import chi2_contingency
import statsmodels.api as sm
from pandas.plotting import autocorrelation_plot