You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the implementations of the abstract class ReaderBase, there is currently no functionality to provide default behavior for reading files. Furthermore, the default behavior of PandasAnalysisBuilder class could benefit from being extended by incorporating a default n attibute.
A possible approach is to introduce a new attribute in the CsvReader and JsonReader to be used as default kwargs in their methods read. Additionally, incorporating a default n attribute into the PandasAnalysisBuilder class to be used in the method generate_analysis would enhance its functionality.
The text was updated successfully, but these errors were encountered:
Hi @ebotiab, apologies for the late reply! By default behavior do you mean things like setting up encoding? That would be. a great addition to the package.
In the implementations of the abstract class
ReaderBase
, there is currently no functionality to provide default behavior for reading files. Furthermore, the default behavior ofPandasAnalysisBuilder
class could benefit from being extended by incorporating a defaultn
attibute.A possible approach is to introduce a new attribute in the
CsvReader
andJsonReader
to be used as default kwargs in their methodsread
. Additionally, incorporating a defaultn
attribute into the PandasAnalysisBuilder class to be used in the methodgenerate_analysis
would enhance its functionality.The text was updated successfully, but these errors were encountered: