Would it be safe to regard this time series data as a white noise?
Here's the dataset I used for computing the ACF/PACF
Date
2008-05-23 0.323555
2008-10-15 0.650817
2009-03-11 -0.193327
2009-08-03 0.804656
2009-12-23 -0.675104
2010-05-19 0.879799
2010-10-11 0.661049
2011-03-04 -0.158048
2011-07-27 -0.266153
2011-12-16 0.215956
2012-05-11 0.963171
2012-10-03 -0.242493
2013-03-01 -0.493391
2013-07-24 0.356337
2013-12-13 0.856891
2014-05-09 -0.047004
2014-10-01 0.637736
2015-02-25 0.585704
2015-07-20 0.177135
2015-12-09 -0.108261
2016-05-04 0.609034
2016-09-26 0.164869
2017-02-17 0.218298
2017-07-12 -0.318918
2017-12-01 -0.587348
In case you need the data as a list,
[0.323555, 0.650817, -0.193327, 0.804656, -0.675104, 0.879799, 0.661049, -0.158048, -0.266153, 0.215956, 0.963171, -0.242493, -0.493391, 0.356337, 0.856891, -0.047004, 0.637736, 0.585704, 0.177135, -0.108261, 0.609034, 0.164869, 0.218298, -0.318918, -0.587348]
And here's the plot of the data