Skip to content

Commit

Permalink
added variable types to list (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed May 2, 2019
1 parent 9aec2e9 commit 9ea2ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions featuretools/variable_types/variable.py
Expand Up @@ -422,11 +422,11 @@ class FilePath(Variable):


ALL_VARIABLE_TYPES = [Datetime, Numeric, Timedelta,
Categorical, Text, Ordinal,
Categorical, Text, Ordinal, Discrete,
Boolean, LatLong, ZIPCode, IPAddress,
FullName, EmailAddress, URL, PhoneNumber,
DateOfBirth, CountryCode, SubRegionCode,
FilePath]
FilePath, DatetimeTimeIndex]


DEFAULT_DTYPE_VALUES = {
Expand Down

0 comments on commit 9ea2ed1

Please sign in to comment.