save

SQLCode.save(fname: str, split: bool = True, remove: bool = False) None[source]

Saves the SQL code to a file.

Args:
fname (str):

The name of the file or folder (if split is True) in which you want to save the features.

split (bool):

If True, the code will be split into multiple files, one for each feature and saved into a folder fname.

remove (bool):

If True, the existing SQL files in fname folder generated previously with the save method will be removed.