This seems a rather strange question, and the answers even stranger.
It is nigh impossible to estimate the acceleration at t=0 from these data, but I would have thought it should be > 0. And I do not see how the velocity could be negative then. So I will violate the usual HW forum rules and lay out my solution.
I approached it by supposing the height is a polynomial function of time and looked for the highest degree. Seems to be about 3. So then I used an online tool to find the best cubic fit to the data. That doesn't quite work because it gives a nonzero height at t=0. I fixed that by dividing the heights by the times (leaving out the t=0 point) and finding the best quadratic fit, then multiplying back by time. This gives
y = 7.08E-001t3 + 2.177 t2 -2.303t.
That's a pretty good fit to the data, but it still gives a negative velocity at t=0. You could fix that by extending my procedure for solving the nonzero height, giving you a polynomial with only t2 and t3 terms.
Edit: I believe it makes sense to assume height and velocity are 0 at time 0. So divide by t2 and then look for a polynomial fit. I had to go up one more degree to get a good fit:
y = -4.09602831·10-2 t4 + 1.278815296 t3 - 9.82402941·10-2 t2