Error encountering while implementing tensorflow

I am using tensorflow version 1.7.0 so that I can implement the Bayesian Neural Network in Edward, and another of my system has the latest version of tensorflow. I tried reading in a csv file with tf.contrib.data.make_csv_dataset in the tensorflow version 1.7.0 but this is giving me error
"AttributeError: module ‘tensorflow.contrib.data’ has no attribute ‘make_csv_dataset’, while the latest version does not give me any error. How do I reconcile this please.