String¶ class pydiverse.transform.String[source]¶ __init__(max_length: int | None = None)[source]¶ Initialize a String Dtype. Parameters: max_length – maximum length of string This length will only be used for specifying fixed length strings in SQL. Thus, the meaning of characters vs. bytes is dependent on the SQL dialect.