There's a minimal TFX example available in the GitHub repo.
The Census income dataset is provided by the UCI Machine Learning Repository. This dataset contains both categorical and numeric data. See Get started with TensorFlow Transform for details.
Similar to the Census income example, but requires more extensive Apache Beam
processing before tf.Transform
is invoked. See the
sentiment analysis for more information.