Bug Fix issue with libdataset's frame_delete().
Pre-release
Pre-release
This was detected in an experimental version of py_dataset. Inside libdataset.go's exported frame_delete() function the Go function FrameClear() was called instead of FrameDelete(). This made frame_delete() have the same behavior as frame_clear(). This was corrected, tests were added in libdataset at both Go level and Python level.