Description
Any database may have naming restrictions for a table name. For instance, a table in a file geodatabase cannot include a space or a period.
Solution
Alter the name to remove or replace any invalid characters. For example, use an underscore (_) instead of a space.
Learn more about feature class and table name rules and limitations
Optionally, use the ArcPy ValidateTableName function to validate the table name.