Making a regression line through a bar char using pandas or seaborn
问题 I am new to Pandas and Seaborn and trying to learn. I am trying to add a trend line and a bar plot on the same graph. I have some data that looks like Year Sample Size 2000 500 2001 3000 2003 10000 2004 20000 2004 23000 I am new to pandas and seaborn and I am attempting to draw a line through the bar plot showing a decreasing or an increasing trend but struggling to do it on the same graph. Till now, I have a bar plot. Below you can find the code. sampleSizes['Sample Size'] -> is the column I