Cleanup
This commit is contained in:
+10
-5
@@ -12,15 +12,20 @@
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
import ast
|
||||
import gc
|
||||
import os
|
||||
import pandas as pd
|
||||
import re
|
||||
|
||||
#Local Imports
|
||||
import utils.pathfunctions as pathf
|
||||
import utils.pretty as ct
|
||||
from AirlockTools import tryToReadCSV
|
||||
|
||||
#Standard Libary Imports:
|
||||
import ast
|
||||
import gc
|
||||
import os
|
||||
import re
|
||||
|
||||
#3rd Party Imports:
|
||||
import pandas as pd
|
||||
|
||||
def split_filepaths_grouped(df, col="filename", group_parts=4, min_parts=4):
|
||||
def clean_split(path):
|
||||
|
||||
Reference in New Issue
Block a user